Skip to content

Add SQL Linter using Squawk (#94) #182

Add SQL Linter using Squawk (#94)

Add SQL Linter using Squawk (#94) #182

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint
run: |
php --version
find . -name "*.php" -print0 | xargs -0 -n1 php -l