Skip to content

Commit

Permalink
minimize changes in the code quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 7, 2024
1 parent d229314 commit ed9bf00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ jobs:

- name: Update Adapters and Core branches
if: ${{ contains(github.event_name, 'workflow_') }}
shell: bash
run: scripts/update_dev_packages.sh ${{ inputs.dbt_adapters_branch }} "main"
working-directory: ./dbt-postgres

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main

- name: Run code quality
shell: bash
run: hatch run code-quality
working-directory: ./dbt-postgres

0 comments on commit ed9bf00

Please sign in to comment.