Skip to content

Commit

Permalink
Updated style.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Domejko committed May 2, 2024
1 parent 8dc8d20 commit dea2fb8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,15 @@ jobs:
with:
node-version: "20"
cache: "npm"
cache-dependency-path: "requirements/"
cache-dependency-path: "requirements/package-lock.json"
- name: Installing prettier
run: |
npm ci --prefix requirements/
npm ci
npm cache clean --force
working-directory: requirements/
- name: List npm dependencies
run: npm ls --all
working-directory: requirements/
- name: Run prettier formatting
run: npx prettier . --check
concurrency:
Expand Down

0 comments on commit dea2fb8

Please sign in to comment.