Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Bump actions/stale from 8 to 9 #284

Bump actions/stale from 8 to 9

Bump actions/stale from 8 to 9 #284

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