Files
myaac/.github/workflows/phplint.yml
2022-11-22 19:39:50 -04:00

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