Skip to content

Add PHP 8.3 to php-compat.yml check #34

Add PHP 8.3 to php-compat.yml check

Add PHP 8.3 to php-compat.yml check #34

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