Skip to content

Commit

Permalink
Add sqlfluff to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower authored Sep 24, 2023
1 parent 77d80e9 commit 3cfbd8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
python-version: "3.10.x"
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Lint SQL
run: sqlfluff lint --format github-annotation-native
- name: Run EL
run: python3 el.py -lc
- name: Run T
Expand Down

0 comments on commit 3cfbd8a

Please sign in to comment.