Skip to content

Commit

Permalink
Updated CI process to include fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 committed Dec 18, 2024
1 parent d60e6fa commit 74a3019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v1
- name: verify registry tables
run: |
make attribute-registry-generation
make attribute-registry-generation fix-format
git diff --exit-code './docs/attributes-registry/*.md' || (echo 'Attribute registry markdown is out of date, please run "make attribute-registry-generation" and commit the changes in this PR.' && exit 1)
schemas-check:
Expand Down

0 comments on commit 74a3019

Please sign in to comment.