Skip to content

fix(php): expand recommended remediation for SQLi (#453) #1193

fix(php): expand recommended remediation for SQLi (#453)

fix(php): expand recommended remediation for SQLi (#453) #1193

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
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