Skip to content

Merge branch 'main' of https://github.com/fet1sov/Catalyst #31

Merge branch 'main' of https://github.com/fet1sov/Catalyst

Merge branch 'main' of https://github.com/fet1sov/Catalyst #31

Workflow file for this run

name: PHP Syntax Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
syntax-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check PHP syntax errors
uses: overtrue/[email protected]