Skip to content

Commit

Permalink
chore: add git status to see the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 30, 2024
1 parent 3129119 commit 0228865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) ]]'

0 comments on commit 0228865

Please sign in to comment.