Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
ci(ui): add check if ui code is formatted properly
Browse files Browse the repository at this point in the history
Signed-off-by: András Jáky <[email protected]>
  • Loading branch information
akijakya committed Jul 25, 2024
1 parent 62d6c73 commit 73a64d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
- name: Install modules
run: make ui-install

- name: Run format
run: |
make format-ui-check
- name: Run ESLint
run: make lint-js

Expand Down

0 comments on commit 73a64d9

Please sign in to comment.