Skip to content

Commit 0a4a19c

Browse files
committed
chore(ci): update lint workflow
1 parent ee6c9de commit 0a4a19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
tooling:
3535
name: Tooling
3636
runs-on: ubuntu-latest
37-
needs: [install_dependencies]
3837

3938
steps:
4039
- uses: actions/checkout@v2
@@ -44,6 +43,7 @@ jobs:
4443
path: '**/node_modules'
4544
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
4645

46+
- run: yarn install --frozen-lockfile
4747
- name: Semantic Release
4848
run: yarn semantic-release --dry-run
4949
env:

0 commit comments

Comments
 (0)