Skip to content

Commit

Permalink
chore: Add formatting checks to Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Sep 20, 2022
1 parent ca1d1d4 commit 58f0966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: yarn
- name: Run lint
run: yarn lint
- name: Format code
run: yarn format
- name: Run git status
run: git status
- name: Check that lints where commited
Expand Down

0 comments on commit 58f0966

Please sign in to comment.