Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RChandler234 committed Dec 15, 2024
1 parent 45fe15a commit adb9eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
cache-dependency-path: ./angular-client/package-lock.json
- name: Install modules
working-directory: ./angular-client
run: |
ls -la
npm ci
run: npm install
- name: Run linting check
working-directory: ./angular-client
run: npm run lint --max-warnings=0
4 changes: 1 addition & 3 deletions .github/workflows/prettier-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
cache-dependency-path: ./angular-client/package-lock.json
- name: Install modules
working-directory: ./angular-client
run: |
ls -la
npm ci
run: npm install
- name: Run prettier check
working-directory: ./angular-client
run: npm run prettier-check

0 comments on commit adb9eef

Please sign in to comment.