File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 93
93
# Instead, fail if there's a security issue.
94
94
advanced-security : false
95
95
96
- npm-install :
97
- name : Lockfile up-to-date
98
- runs-on : ubuntu-24.04
99
- steps :
100
- - name : Checkout repository
101
- uses : actions/checkout@v4
102
- with :
103
- persist-credentials : false
104
-
105
- - name : Check if package-lock.json is up-to-date
106
- run : |
107
- npm install
108
-
109
- # Assert that the git diff is empty.
110
- git diff --exit-code || (echo "Git diff is not empty. Please run 'npm install' and commit the changes." && exit 1)
111
-
112
96
package :
113
97
name : Package
114
98
runs-on : ubuntu-24.04
@@ -224,7 +208,6 @@ jobs:
224
208
- format
225
209
- zizmor
226
210
- package
227
- - npm-install
228
211
- rustfmt
229
212
- action-test
230
213
- clippy
You can’t perform that action at this time.
0 commit comments