Skip to content

UHF-11363: Configuration translations #4380

UHF-11363: Configuration translations

UHF-11363: Configuration translations #4380

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: CI
jobs:
tests:
strategy:
matrix:
php-versions: ['8.3']
uses: city-of-helsinki/drupal-gh-actions/.github/workflows/module-tests.yml@main
with:
php_version: ${{ matrix.php-versions }}
secrets:
sonarcloud_token: ${{ secrets.SONAR_TOKEN }}