Skip to content

Commit

Permalink
use npm ci in github actions, install prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshiest committed Dec 17, 2022
1 parent 471767c commit e677498
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
node-version: 18

- name: Install Node.js dependencies
run: npm install
run: npm ci

- name: Install prettier
run: npm i -g prettier

- name: Run linters
uses: wearerequired/lint-action@v1
Expand Down

0 comments on commit e677498

Please sign in to comment.