From 12f4bc642f711ad70e85e17042ebba40771d2c6c Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 16 Feb 2024 10:01:18 -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 676ee409..e1ee3e9e 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@$DBT_ADAPTERS_BRANCH + uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@${{ env.DBT_ADAPTERS_BRANCH }} - name: Run linters run: hatch run lint:all