Skip to content

Commit

Permalink
Format replaceable_schema files in lint.sh (#4868)
Browse files Browse the repository at this point in the history
  • Loading branch information
dullbananas authored Jun 26, 2024
1 parent d09854a commit 9120207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ cargo +nightly fmt
taplo format

# Format sql files
find migrations -type f -name '*.sql' -exec pg_format -i {} +
find migrations crates/db_schema/replaceable_schema -type f -name '*.sql' -exec pg_format -i {} +

cargo clippy --workspace --fix --allow-staged --allow-dirty --tests --all-targets --all-features -- -D warnings

0 comments on commit 9120207

Please sign in to comment.