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
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |