Add PHP Lint workflow

This commit is contained in:
wrongecho 2022-01-31 11:07:22 +00:00 committed by GitHub
parent 812f94e23b
commit 60903dbc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/.github/workflows/php-lint.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: PHPLint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check PHP syntax errors
uses: overtrue/phplint@4.1.0