diff --git a/.github/workflows/clang-format.yml b/.github/workflows/format.yml similarity index 79% rename from .github/workflows/clang-format.yml rename to .github/workflows/format.yml index 35db208..4f00ccf 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/format.yml @@ -1,4 +1,4 @@ -name: clang-format +name: Format on: push: @@ -22,6 +22,11 @@ jobs: clangFormatVersion: 16 inplace: true + - name: Run Prettier + uses: actionsx/prettier@v3 + with: + args: --write "${{ github.workspace }}/*.json" + - name: Add & Commit uses: EndBug/add-and-commit@v9.1.3 with: