Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Check Yaml Syntax
run: |
npm install
npm ci --ignore-scripts
npm test

phplint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version-file: ${{ inputs.node_version && '' || '.node-version' }}

- name: Install NPM Packages
run: npm install
run: npm ci --ignore-scripts

- name: Run Syntax Check
run: npm run ${{ inputs.command }}
Expand Down
Loading