Skip to content

Commit

Permalink
handle PRs in code-quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 16, 2024
1 parent 203ee9c commit 12f4bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
"main"
- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@$DBT_ADAPTERS_BRANCH
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@${{ env.DBT_ADAPTERS_BRANCH }}

- name: Run linters
run: hatch run lint:all
Expand Down

0 comments on commit 12f4bc6

Please sign in to comment.