Skip to content

Commit

Permalink
ci: check format
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 10, 2024
1 parent 453738d commit 63bb21f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Lint
run: nr lint

- name: Format
run: nr format --check

unit_test:
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 63bb21f

Please sign in to comment.