Skip to content

[OP-18140] Collapse repeated permission derivations into one shared CTE #35093

[OP-18140] Collapse repeated permission derivations into one shared CTE

[OP-18140] Collapse repeated permission derivations into one shared CTE #35093

Workflow file for this run

name: i18n-inconsistency-check
on:
push:
branches:
- dev
- release/*
paths-ignore:
- "docs/**"
- "help/**"
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- "docs/**"
- "help/**"
- "packaging/**"
- ".pkgr.yml"
permissions:
contents: read
jobs:
i18n-tasks:
permissions:
contents: read
if: github.repository == 'opf/openproject'
name: I18n inconsistency check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Setup Ruby
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
- name: Setup i18n-tasks
run: |
gem install i18n-tasks
- name: Run inconsistent translations check
run: |
i18n-tasks \
check-consistent-interpolations \
--config config/i18n-tasks-all-files.yml