mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-22 07:04:54 -04:00
Format JSON, include CI check (#7071)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: lint-json
|
||||
on: [pull_request]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
lint-json:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- name: Lint JSON assets
|
||||
run: ./scripts/lint-json.sh
|
||||
Reference in New Issue
Block a user