summaryrefslogtreecommitdiff
path: root/.github/workflows/lint-json.yml
blob: fb0b720cae47d718ca4adf7cf836839e3072eeb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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