Skip to content

Commit 4939d21

Browse files
committed
Lint codegen files during CI
1 parent 96a27b2 commit 4939d21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-codegen.yml

+4
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ jobs:
4343
cache: 'yarn'
4444

4545
- run: yarn install
46+
47+
- name: Lint
48+
run: yarn lint
49+
4650
- run: yarn test

0 commit comments

Comments
 (0)