Skip to content

Commit 63bb21f

Browse files
committed
ci: check format
1 parent 453738d commit 63bb21f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Lint
2626
run: nr lint
2727

28+
- name: Format
29+
run: nr format --check
30+
2831
unit_test:
2932
runs-on: ${{ matrix.os }}
3033

0 commit comments

Comments
 (0)