mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Move to correct dir
This commit is contained in:
15
.github/workflows/php-lint.yml
vendored
Normal file
15
.github/workflows/php-lint.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user