Skip to content

Commit

Permalink
Test #1
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Mar 13, 2024
1 parent 082b4e8 commit cbe0428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Authenticate to GCP
uses: 'google-github-actions/auth@v2'
with:
credentials_json: "${{ secrets.CREDS_TEST_HUBBLE }}"
credentials_json: "${{ secrets.CREDS_PROD_HUBBLE }}"

- name: Checkout source branch and diff quality
run: |
git checkout ${{ github.head_ref }}
git checkout ${{ github.ref_name }}
diff-quality --violations=sqlfluff --fail-under=80

0 comments on commit cbe0428

Please sign in to comment.