Skip to content

Commit

Permalink
ci: add format check to check/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei committed Sep 30, 2023
1 parent afa185e commit 43bddbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Lint
run: pnpm lint

- name: Format
run: pnpm prettier . --check

build:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 43bddbb

Please sign in to comment.