mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
Add jsonnetfmt targets
This should make it a little bit easier for people wanting to check if their files are formated correctly. Has the added bonus of making the CI check simpler as well. Signed-off-by: Tristan Partin <tristan@neon.tech>
This commit is contained in:
3
.github/workflows/build_and_test.yml
vendored
3
.github/workflows/build_and_test.yml
vendored
@@ -136,8 +136,7 @@ jobs:
|
||||
|
||||
- name: Check Jsonnet code formatting
|
||||
run: |
|
||||
jsonnetfmt --test \
|
||||
$(find . -type f -name '*.jsonnet' -o -name '*.libsonnet')
|
||||
make -C compute jsonnetfmt-test
|
||||
|
||||
# Check that the vendor/postgres-* submodules point to the
|
||||
# corresponding REL_*_STABLE_neon branches.
|
||||
|
||||
Reference in New Issue
Block a user