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 b1b150b commit 294bab0Copy full SHA for 294bab0
.github/workflows/build-lint-test.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
node-version: ${{ matrix.node-version }}
34
cache: 'yarn'
35
- - run: yarn --immutable --immutable-cache
+ - run: yarn --immutable
36
- run: yarn build
37
- name: Require clean working directory
38
shell: bash
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
- run: yarn lint
62
- name: Validate RC changelog
63
if: ${{ startsWith(github.head_ref, 'release/') }}
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
- run: yarn test
93
94
0 commit comments