Skip to content

Commit

Permalink
added codegen run, to run the linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil42Russia committed Jan 26, 2025
1 parent caf07e0 commit 87d11d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
corepack enable
yarn install
- name: Prepare linter
run: |
yarn gen:grammar
yarn gen:stdlib
yarn gen:func-js
- name: Check there are no errors to be fixed in package.json and no uncommitted changes
run: |
npm pkg fix && git diff --exit-code
Expand Down

0 comments on commit 87d11d1

Please sign in to comment.