From 74a3019829596a0649e9b4aa1834959bda20ddb5 Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Wed, 18 Dec 2024 12:00:40 -0800 Subject: [PATCH] Updated CI process to include fix format --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 024f8309b2..ce5f6d21dd 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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: