Skip to content

Remove support for PHP < 7.3 from php-compat.yml. #37

Remove support for PHP < 7.3 from php-compat.yml.

Remove support for PHP < 7.3 from php-compat.yml. #37

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 {} ;"