diff options
Diffstat (limited to '.github/workflows/check-formatting.yml')
| -rw-r--r-- | .github/workflows/check-formatting.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index c923d1855..f4226cd8c 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -10,7 +10,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Setup - uses: ./.github/actions/format-setup + - uses: ./.github/actions/format-setup - run: ./extras/formatting.sh --check-only - |
