Skip to content

update

update #1127

Workflow file for this run

---
name: Linter
on:
- push
- pull_request
jobs:
lint-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint
lint-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
env:
BASE: data
with:
pattern: "\\.json$"