mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
feat: github actions phplint (#206)
* feat: php linter on pull requests * test: breaking code * Revert "test: breaking code" This reverts commit 9d385a3421b3e2c72a5c7341bcd387663595c699.
This commit is contained in:
parent
2321cf84b0
commit
42d531838c
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
|
Loading…
x
Reference in New Issue
Block a user