Skip to content

Commit ff9df16

Browse files
committed
no need to lint a non-existent lockfile
1 parent 6a0d0c5 commit ff9df16

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci-workflow.yml

-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
run: npm install
5959
- name: Run Linting
6060
run: npm run lint
61-
- name: Inspect Lockfile
62-
run: npm run lint:lockfile
6361

6462
ci:
6563
needs:

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@
161161
"prepare-test": "npm run ssl && npm run docker-env",
162162
"lint": "eslint ./*.{js,mjs} lib test bin examples",
163163
"lint:fix": "eslint --fix, ./*.{js,mjs} lib test bin examples",
164-
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https --validate-integrity",
165164
"public-docs": "jsdoc -c ./jsdoc-conf.jsonc && cp examples/shim/*.png out/",
166165
"publish-docs": "./bin/publish-docs.sh",
167166
"services": "docker compose up -d --wait",

0 commit comments

Comments
 (0)