From 203ee9c18a0c583c2fd0f09736b9fd83d2e3272e Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 15 Feb 2024 18:33:00 -0800 Subject: [PATCH] handle PRs in code-quality.yml --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index e1ee3e9e..676ee409 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -52,7 +52,7 @@ jobs: "main" - name: Setup `hatch` - uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@${{ env.DBT_ADAPTERS_BRANCH }} + uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@$DBT_ADAPTERS_BRANCH - name: Run linters run: hatch run lint:all