Skip to content

Commit

Permalink
fix code quality working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 16, 2024
1 parent 50640b5 commit f5bf4e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
- name: Run code quality for dbt-adapters
shell: bash
run: hatch run code-quality
with:
working-dir: "./dbt-adapters/"
working-directory: "./dbt-adapters/"

- name: Run code quality for dbt-tests-adapter
shell: bash
run: hatch run code-quality
with:
working-dir: "./dbt-tests-adapter/"
working-directory: "./dbt-tests-adapter/"

0 comments on commit f5bf4e9

Please sign in to comment.