rainbowBot/.github/workflows/syntax.yml

9 lines
161 B
YAML
Raw Normal View History

2021-08-16 23:56:22 +02:00
name: PHP Linting
2021-08-17 11:07:43 +02:00
on: push
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