Skip to content

Commit

Permalink
Lint codegen files during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jun 10, 2024
1 parent 96a27b2 commit 4939d21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ jobs:
cache: 'yarn'

- run: yarn install

- name: Lint
run: yarn lint

- run: yarn test

0 comments on commit 4939d21

Please sign in to comment.