Skip to content

feat(php): add initial ruleset #444

feat(php): add initial ruleset

feat(php): add initial ruleset #444

Workflow file for this run

name: Linting
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint Rules
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
cache: "npm"
cache-dependency-path: "**/.github/workflows/*.yml"
- name: Lint YML
run: npx prettier -c "./rules/**/*.yml"
- name: Validate Schema
run: scripts/validate.sh