Update uyuni-tools.spec #99
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 SUSE LLC | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
name: l10n-check | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
l10n-check: | |
name: localizable | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check localizable strings | |
shell: bash -x {0} | |
run: ./check_localizable | |
- uses: cbosdo/[email protected] | |
name: Localizable strings linter | |
with: | |
keywords: L,NL,PL |