pdfdraw/.github/workflows/check-translations.yml
dependabot[bot] b2a2ae2f3d
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 10:30:12 +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@v4
- name: Install dependencies
run: sudo apt -y update && sudo apt -y install gettext
- name: Check translations
run: make check-translations