Skip to content

Consider to migrate from super-linter to sqlfluff-github-actions #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mfvanek opened this issue Nov 26, 2024 · 0 comments
Open

Consider to migrate from super-linter to sqlfluff-github-actions #61

mfvanek opened this issue Nov 26, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mfvanek
Copy link
Owner

mfvanek commented Nov 26, 2024

https://github.com/sqlfluff/sqlfluff-github-actions

See https://github.com/sqlfluff/sqlfluff-github-actions/blob/main/menu_of_workflows/sunrise_movement/lint_models.yml

name: Lint Models

on: [pull_request]

jobs:
  lint-models:
    runs-on: ubuntu-latest
    steps:
      - uses: "actions/checkout@v2"
      - uses: "actions/setup-python@v2"
        with:
            python-version: "3.8"
      - name: Install SQLFluff
        run: "pip install sqlfluff==0.3.6"
      - name: Lint models
        run: "sqlfluff lint models"
@mfvanek mfvanek added the enhancement New feature or request label Nov 26, 2024
@mfvanek mfvanek changed the title Consider migrate from super-linter to sqlfluff-github-actions Consider to migrate from super-linter to sqlfluff-github-actions Nov 26, 2024
@mfvanek mfvanek added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant