pdfdraw/.github/workflows/check-translations.yml
dependabot[bot] f245a326bf
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 10:26:18 +00:00

24 lines
399 B
YAML

name: Check translations
on:
pull_request:
paths:
- "l10n/**"
push:
paths:
- "l10n/**"
schedule:
- cron: "0 2 * * SUN"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt -y update && sudo apt -y install gettext
- name: Check translations
run: make check-translations