Skip to content
Open
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/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ jobs:
- name: Run plugins tests
working-directory: plugins
run: |
npm ci
npm ci --ignore-scripts
npm test
2 changes: 1 addition & 1 deletion .github/workflows/update_linter_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install Dependencies
working-directory: qlty-plugins/plugins
run: npm install
run: npm install --ignore-scripts

- name: 📦 Install qlty CLI
run: "curl https://qlty.sh/install.sh | bash"
Expand Down
Loading