Skip to content

Commit ed74b61

Browse files
committed
Revert "check in ci if package-lock.json is up-to-date"
This reverts commit d4d2d62.
1 parent 1e64b78 commit ed74b61

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,6 @@ jobs:
9393
# Instead, fail if there's a security issue.
9494
advanced-security: false
9595

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-
11296
package:
11397
name: Package
11498
runs-on: ubuntu-24.04
@@ -224,7 +208,6 @@ jobs:
224208
- format
225209
- zizmor
226210
- package
227-
- npm-install
228211
- rustfmt
229212
- action-test
230213
- clippy

0 commit comments

Comments
 (0)