We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57aa408 commit 70f3cc9Copy full SHA for 70f3cc9
material.angular.io/.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- - "[0-9]+.[0-9]+.x"
+ - '[0-9]+.[0-9]+.x'
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
@@ -18,7 +18,7 @@ defaults:
18
19
env:
20
# TODO: Remove when pnpm is exclusively used.
21
- ASPECT_RULES_JS_FROZEN_PNPM_LOCK: "1"
+ ASPECT_RULES_JS_FROZEN_PNPM_LOCK: '1'
22
23
jobs:
24
lint:
material.angular.io/.github/workflows/pr.yml
@@ -16,7 +16,7 @@ defaults:
16
17
0 commit comments