feat: dbt parse dependent on linting
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -68,6 +68,7 @@ jobs:
|
|||||||
# dbt validation
|
# dbt validation
|
||||||
validate-dbt:
|
validate-dbt:
|
||||||
name: dbt parse
|
name: dbt parse
|
||||||
|
needs: [lint-python, lint-sql, lint-yaml-json-md]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user