Skip to content

Commit

Permalink
run genjsonschema in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Nov 20, 2024
1 parent cb6d2e4 commit 2cac67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
touch -t ${touchtime} "${filename}"
ls -la --time-style=full-iso "${filename}"
- name: Generate
run: make generate
run: make generate genjsonschema
- name: Run linters
run: make toolchain-check license-check lint vanity-import-check
- name: Build
Expand Down

0 comments on commit 2cac67e

Please sign in to comment.