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 ee6c9de commit 0a4a19cCopy full SHA for 0a4a19c
.github/workflows/lint.yml
@@ -34,7 +34,6 @@ jobs:
34
tooling:
35
name: Tooling
36
runs-on: ubuntu-latest
37
- needs: [install_dependencies]
38
39
steps:
40
- uses: actions/checkout@v2
@@ -44,6 +43,7 @@ jobs:
44
43
path: '**/node_modules'
45
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
46
+ - run: yarn install --frozen-lockfile
47
- name: Semantic Release
48
run: yarn semantic-release --dry-run
49
env:
0 commit comments