Skip to content

Commit c3f39a1

Browse files
committed
Remove package-lock.json to skip installing dependencies
1 parent 593e879 commit c3f39a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
- uses: actions/checkout@v4
119119
- name: Set up environment
120120
uses: ./.github/actions/setup
121+
- run: rm package-lock.json # Dependencies already installed
121122
- uses: crytic/slither-action@v0.4.1
122123

123124
codespell:

0 commit comments

Comments
 (0)