Skip to content

Fix workflow file

Fix workflow file #4

Workflow file for this run

name: Lint Transformer Models
on:
push:
branches:
- main
- 'transformers/**'
jobs:
lint-models:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
with:
- fetch-depth: 0

Check failure on line 15 in .github/workflows/sql_linting.yml

View workflow run for this annotation

GitHub Actions / Lint Transformer Models

Invalid workflow file

The workflow is not valid. .github/workflows/sql_linting.yml (Line: 15, Col: 11): A sequence was not expected
- uses: "actions/setup-python@v3"
with:
python-version: "3.10.11"
- name: Install SQLFluff
run: "pip install sqlfluff"
- name: Lint models
run: "diff-quality --violations=sqlfluff --compare-branch main --fail-under 100"