Skip to content

Translations update from Hosted Weblate #1670

Translations update from Hosted Weblate

Translations update from Hosted Weblate #1670

Workflow file for this run

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: MIT
name: Languages
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4 # v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Lint
run: ./scripts/lint