Skip to content

WIP: new internal framework for translation #562

WIP: new internal framework for translation

WIP: new internal framework for translation #562

Workflow file for this run

name: PHP lint
on:
push:
branches: [master, development]
pull_request:
branches: [master, development]
jobs:
php_lint:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for syntax errors
run: make php-lint