Skip to content

test translations #110

test translations

test translations #110

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: '.'