diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ac67764..8363087 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,4 +11,5 @@ jobs: - uses: actions/checkout@v4 - run: sudo apt update && sudo apt install pgformatter - run: pg_format -i ./**/*.sql + - run: git status - run: '[[ -z $(git status -s) ]]'