mirror of https://github.com/itflow-org/itflow
Merge pull request #339 from johnnyq/wrongecho-lint
Add PHP Lint Github workflow
This commit is contained in:
commit
a67fece250
|
|
@ -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
|
||||
Loading…
Reference in New Issue