mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00

* feat: php linter on pull requests * test: breaking code * Revert "test: breaking code" This reverts commit 9d385a3421b3e2c72a5c7341bcd387663595c699.
14 lines
236 B
YAML
14 lines
236 B
YAML
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
|