Skip to content

Commit

Permalink
sqlfluff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Jun 11, 2024
1 parent faba504 commit e9e0374
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/diff-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:

- name: Checkout source branch and diff quality
run: |
git checkout ${{ github.head_ref }}
git checkout ${{ github.ref_name }}
sqfluff lint models
diff-quality --violations=sqlfluff --compare-branch=origin/master --fail-under=95

0 comments on commit e9e0374

Please sign in to comment.