Skip to content

Bump minimatch from 9.0.5 to 10.0.1 #198

Bump minimatch from 9.0.5 to 10.0.1

Bump minimatch from 9.0.5 to 10.0.1 #198

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