diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8216c7cf..a0df2896 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: ./tooling/github/setup - name: Lint - run: pnpm lint && pnpm lint:ws + run: pnpm lint && pnpm exec sherif format: runs-on: ubuntu-latest |
