Skip to content

Add comprehensive l10n tooling and documentation #111

Add comprehensive l10n tooling and documentation

Add comprehensive l10n tooling and documentation #111

Workflow file for this run

name: Code Quality
on:
push:
branches: [main, development, feature/**, bugfix/**, hotfix/**]
pull_request:
branches: [main, beta, development]
workflow_dispatch:
jobs:
quality:
uses: ConductionNL/.github/.github/workflows/quality.yml@main
with:
app-name: openconnector
# Pinned to 8.1 to preserve the behaviour of the previous hand-rolled
# workflow. Bump to 8.3 in a separate PR once the codebase is verified
# on the newer runtime.
php-version: "8.1"
enable-psalm: true
enable-phpstan: true
enable-phpmetrics: true
enable-frontend: true
enable-eslint: true