Skip to content

Commit

Permalink
remove expression from "uses" field
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 19, 2024
1 parent 12f4bc6 commit f7148c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,14 @@ jobs:
persist-credentials: false

- name: Update Adapters and Core branches
if: ${{ github.event_name == 'workflow_call' || github.event_name == 'workflow_dispatch'}}
shell: bash
run: |
./.github/scripts/update_dev_packages.sh \
${{ github.event.inputs.dbt_adapters_branch }} \
$DBT_ADAPTERS_BRANCH \
"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@main

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

0 comments on commit f7148c1

Please sign in to comment.