Patrick Lodder 5136b94f94
ci: move linter to ubuntu:24.04
- do not containerize the linter (for now) as all it does is a
  python3 check on translations.
2025-02-25 19:18:41 -05:00

18 lines
327 B
YAML

name: linter
on:
push:
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
jobs:
translations:
name: Check Translations
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Lint translation files
run: python3 contrib/devtools/check-translations.py