Skip to content

Bump overtrue/phplint from 9.1 to 9.3 #19

Bump overtrue/phplint from 9.1 to 9.3

Bump overtrue/phplint from 9.1 to 9.3 #19

Workflow file for this run

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