Skip to content

Commit

Permalink
Install locked npm deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Dec 17, 2023
1 parent 8b607a4 commit 7fb2838
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]

- name: Format with prettier
- name: Install toolchain
run: npm ci

- name: Lint and check formatting with prettier
run: npx prettier --check '**/*'

- name: Lint YAML sources with yamllint
Expand Down

0 comments on commit 7fb2838

Please sign in to comment.