Skip to content

Commit

Permalink
remove the run sqlfluf step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcrosher committed Oct 6, 2024
1 parent 8aff549 commit 6399509
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ jobs:
- name: Verify installation
run: |
dbt --version
sqlfluff --version
- name: Run sqlfluff lint
run: |
sqlfluff lint models/*.sql
sqlfluff --version

0 comments on commit 6399509

Please sign in to comment.