test: update button name to latest translations in test #58
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2024 The Forkbomb Company | |
# | |
# SPDX-License-Identifier: AGPL-3.0-or-later | |
name: π i18n checks | |
on: pull_request_target | |
permissions: | |
pull-requests: write | |
issues: read | |
contents: read | |
jobs: | |
ninja-i18n: | |
name: π i18n checks | |
runs-on: ubuntu-latest | |
steps: | |
- uses: opral/ninja-i18n-action@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |