Skip to content

Commit

Permalink
remove formatting check for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawken Rives committed May 20, 2024
1 parent 4f59032 commit ae3f075
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 119 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/database-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,6 @@ jobs:
version: latest
- run: supabase db lint

format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: npm ci
- run: npx sql-formatter --fix --language postgresql ./supabase/migrations/*.sql
- name: Verify that no .sql files changed
run: |
if ! git diff --ignore-space-at-eol --exit-code --quiet; then
echo "Detected uncommitted changes after build. See status below:"
git diff
exit 1
fi
test:
runs-on: ubuntu-latest
steps:
Expand Down
101 changes: 0 additions & 101 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"author": "",
"license": "AGPL-3",
"devDependencies": {
"sql-formatter": "^15.3.1",
"supabase": "^1.167.4"
}
}

0 comments on commit ae3f075

Please sign in to comment.