Rename .gitthub/workflows/syntax.yml to .github/workflows/syntax.yml

This commit is contained in:
MatMasIt
2021-08-17 00:38:06 +02:00
committed by GitHub
parent f0a215f053
commit 627313741d

8
.github/workflows/syntax.yml vendored Normal file
View File

@ -0,0 +1,8 @@
name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: michaelw90/PHP-Lint@master