Skip to content
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

shore up tsqllint for independent release #245

Merged
merged 17 commits into from
Aug 28, 2022
20 changes: 0 additions & 20 deletions .github/actions/tsqllint-action/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions .github/actions/tsqllint-action/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions .github/actions/tsqllint-action/action.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/actions/tsqllint-action/entrypoint.sh

This file was deleted.

9 changes: 5 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

name: Lint Code
on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -27,8 +28,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: TSQLLint
uses: ./.github/actions/tsqllint-action
uses: lowlydba/tsqllint-action@v0.1.0
with:
file-dir-1: "*.sql"
file-dir-2: "*.sql"
config: "./.github/linter-conf/.tsqllintrc_10"
path: "*.sql"
config: "./.github/linter-conf/.tsqllintrc_150"
comment: true
Loading