Skip to content

Commit 70f3cc9

Browse files
committed
fixup! build: update angular shared dev-infra code to 359350b
1 parent 57aa408 commit 70f3cc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

material.angular.io/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- "[0-9]+.[0-9]+.x"
7+
- '[0-9]+.[0-9]+.x'
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
@@ -18,7 +18,7 @@ defaults:
1818

1919
env:
2020
# TODO: Remove when pnpm is exclusively used.
21-
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: "1"
21+
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'
2222

2323
jobs:
2424
lint:

material.angular.io/.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaults:
1616

1717
env:
1818
# TODO: Remove when pnpm is exclusively used.
19-
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: "1"
19+
ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'
2020

2121
jobs:
2222
lint:

0 commit comments

Comments
 (0)