Fix backup handling of images and systemd files. #1545
Workflow file for this run
This file contains hidden or 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@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 | |
- name: Check localizable strings | |
shell: bash -x {0} | |
run: ./check_localizable | |
- uses: cbosdo/gettext-go-lint@118d756ec8dc7b45cd5e560dcaaecf45fd17d891 # gettext-go-lint-0.1.1-0 | |
name: Localizable strings linter | |
with: | |
keywords: L,NL,PL |