Skip to content

Merge pull request #212 from filecoin-project/Kevin-FF-USA-patch-6 #97

Merge pull request #212 from filecoin-project/Kevin-FF-USA-patch-6

Merge pull request #212 from filecoin-project/Kevin-FF-USA-patch-6 #97

Workflow file for this run

name: Validate JSON
on:
push:
branches-ignore: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: jsonlint
uses: super-linter/super-linter/slim@v5
env:
VALIDATE_JSON: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}