Skip to content

Merge pull request #35 from Mips2648/translations #117

Merge pull request #35 from Mips2648/translations

Merge pull request #35 from Mips2648/translations #117

Workflow file for this run

name: checkPHP
on:
push:
branches:
- beta
pull_request:
branches:
- beta
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: PHP Syntax Checker (Lint)
uses: StephaneBour/actions-php-lint@8.3
with:
dir: '.'