Skip to content

Commit

Permalink
dbt deps as part of lint-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
frizzleqq committed Apr 18, 2024
1 parent 01ed354 commit d4192a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ lint:

.PHONY: lint-sql
lint-sql:
$(VENV_BIN)/dbt deps --project-dir="./dbt" --profiles-dir="./dbt"
$(VENV_BIN)/sqlfluff lint dbt/models

.PHONY: load
Expand Down

0 comments on commit d4192a7

Please sign in to comment.