Skip to content

Commit

Permalink
new config
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Jun 11, 2024
1 parent 5ceb9c2 commit aef046b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Checkout source branch and diff quality
run: |
git checkout ${{ github.head_ref }}
sqlfluff -h
diff-quality --violations=sqlfluff --compare-branch=origin/master --fail-under=95 --config .sqlfluffignore
git diff origin/master...${{ github.head_ref }} -- models/ > models_diff.patch
diff-quality --violations=sqlfluff --compare-branch=origin/master --fail-under=95 --input-report=models_diff.patch

0 comments on commit aef046b

Please sign in to comment.