Rename .gitthub/workflows/syntax.yml to .github/workflows/syntax.yml
This commit is contained in:
8
.github/workflows/syntax.yml
vendored
Normal file
8
.github/workflows/syntax.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
name: PHP Linting
|
||||
on: pull_request
|
||||
jobs:
|
||||
phplint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: michaelw90/PHP-Lint@master
|
Reference in New Issue
Block a user