Skip to content

Linux-only Ubuntu-based build workflow pipeline. #222

Linux-only Ubuntu-based build workflow pipeline.

Linux-only Ubuntu-based build workflow pipeline. #222

name: PHP Syntax Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: PHP Syntax Checker (Lint)
uses: StephaneBour/actions-php-lint@8.2
with:
dir: '.'