mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
run lockfile-lint on both package-lock.json
This commit is contained in:
parent
6d626c90d3
commit
8793c4e225
1 changed files with 4 additions and 1 deletions
5
.github/workflows/lint-package-lock.yml
vendored
5
.github/workflows/lint-package-lock.yml
vendored
|
@ -20,5 +20,8 @@ jobs:
|
||||||
- name: Install lockfile-lint
|
- name: Install lockfile-lint
|
||||||
run: npm install lockfile-lint
|
run: npm install lockfile-lint
|
||||||
|
|
||||||
- name: Run lockfile-lint on package-lock.json
|
- name: Run lockfile-lint on src/package-lock.json
|
||||||
run: npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
run: npx lockfile-lint --path src/package-lock.json --validate-https --allowed-hosts npm
|
||||||
|
|
||||||
|
- name: Run lockfile-lint on package-lock.json
|
||||||
|
run: npx lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue