Skip to content

Commit

Permalink
feat(precommit): skip sqlflull in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig committed Sep 6, 2024
1 parent 6929fa3 commit af4d935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
env:
SKIP: ggshield
SKIP: ggshield,sqlfluff-lint,sqlfluff-fix
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit af4d935

Please sign in to comment.