Skip to content

Merge pull request #16 from SimplyEdit/ci/drop-php-below-7.3 #38

Merge pull request #16 from SimplyEdit/ci/drop-php-below-7.3

Merge pull request #16 from SimplyEdit/ci/drop-php-below-7.3 #38

Workflow file for this run

---
name: Linting jobs
# yamllint disable-line rule:truthy
on:
- push
- pull_request
jobs:
lint-json:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Lint json
uses: "docker://pipelinecomponents/jsonlint:latest"
with:
args: "find . -not -path './.git/*' -name '*.json' -type f -exec jsonlint --quiet {} ;"