Skip to content

Commit 4bc33e3

Browse files
authored
ci: make format required (devs should run make format before committing) (openai#1979)
1 parent 986eb7d commit 4bc33e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
enable-cache: true
2323
- name: Install dependencies
2424
run: make sync
25+
- name: Verify formatting
26+
run: make format-check
2527
- name: Run lint
2628
run: make lint
2729

0 commit comments

Comments
 (0)