mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 11:13:27 +02:00
feat: php linter on pull requests
This commit is contained in:
13
.github/workflows/phplint.yml
vendored
Normal file
13
.github/workflows/phplint.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: PHP Linting
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [master, develop]
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
phplint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- uses: michaelw90/PHP-Lint@master
|
Reference in New Issue
Block a user