Skip to content

Syntax test bad json #1

Syntax test bad json

Syntax test bad json #1

Workflow file for this run

name: Syntax-checking
on:
push:
branches-ignore: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: jsonlint
uses: docker://github/super-linter:v3
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSON: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}