Skip to content

PHP Syntax Checker #137

PHP Syntax Checker

PHP Syntax Checker #137

Workflow file for this run

name: PHP Syntax Checker
on: [push,workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: PHP Syntax Checker (Lint)
uses: StephaneBour/actions-php-lint@8.2