Skip to content

Commit

Permalink
Update angular-prettier.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Oct 26, 2023
1 parent 604eb6a commit c434bd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/angular-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Install dependencies
working-directory: ui
run: npm ci
- run: npm run prettier:format
- name: Run prettier
working-directory: ui
run: npm run prettier:format
- name: add and commit any files that have changed
id: add_and_commit
uses: EndBug/add-and-commit@c8bfb4ff65642c4c54445500822f6e7da558994a
Expand Down

0 comments on commit c434bd4

Please sign in to comment.