diff --git a/.github/.github/workflows/php-lint.yml b/.github/.github/workflows/php-lint.yml new file mode 100644 index 00000000..197e770e --- /dev/null +++ b/.github/.github/workflows/php-lint.yml @@ -0,0 +1,15 @@ + +name: PHPLint + +on: [pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Check PHP syntax errors + uses: overtrue/phplint@4.1.0