Skip to content

ci: move linter codeql to ubuntu:24.04 #218

ci: move linter codeql to ubuntu:24.04

ci: move linter codeql to ubuntu:24.04 #218

Workflow file for this run

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