From 3cfbd8a339ed320b45a7cdacd7a19195ff10a2c2 Mon Sep 17 00:00:00 2001 From: winnie <91998347+gwenwindflower@users.noreply.github.com> Date: Sun, 24 Sep 2023 12:29:50 -0500 Subject: [PATCH] Add sqlfluff to CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d5f504..4d6a0ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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