Skip to content

Bump sqlfluff from 3.2.4 to 3.2.5 (#405) #1160

Bump sqlfluff from 3.2.4 to 3.2.5 (#405)

Bump sqlfluff from 3.2.4 to 3.2.5 (#405) #1160

Workflow file for this run

name: Lint and 100% Test Coverage
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Dependencies
run: |
pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Lint and Unit Test
run: tox