rainbowBot/.gitthub/workflows/syntax.yml

9 lines
169 B
YAML
Raw Normal View History

2021-08-16 23:56:22 +02:00
name: PHP Linting
on: pull_request
2021-08-16 23:37:08 +02:00
jobs:
2021-08-16 23:56:22 +02:00
phplint:
runs-on: ubuntu-latest
2021-08-16 23:37:08 +02:00
steps:
2021-08-16 23:56:22 +02:00
- uses: actions/checkout@v1
- uses: michaelw90/PHP-Lint@master