Skip to content

Commit

Permalink
Merge pull request #869 from TimRudy/PR869
Browse files Browse the repository at this point in the history
Fix pipeline with proper package-lock
  • Loading branch information
cavearr authored Feb 4, 2025
2 parents 6a5272a + fc7f5a9 commit 485e362
Show file tree
Hide file tree
Showing 2 changed files with 1,112 additions and 1,625 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prettier-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
- name: Install dependencies
run: npm ci --legacy-peer-deps

- name: Confirm code format
run: npm prettier
- name: Enforce code formatting
run: |
npm run prettier
npm run jshint
- name: Commit changes
run: |
Expand Down
Loading

0 comments on commit 485e362

Please sign in to comment.