Skip to content

Bump phpunit/phpunit from 8.5.34 to 8.5.36 #244

Bump phpunit/phpunit from 8.5.34 to 8.5.36

Bump phpunit/phpunit from 8.5.34 to 8.5.36 #244

name: PHP syntax
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Checking PHP syntax error
uses: overtrue/phplint@master
with:
path: .
options: --exclude=*.log