Skip to content

Translated using Weblate (Chinese (Traditional Han script)) #2612

Translated using Weblate (Chinese (Traditional Han script))

Translated using Weblate (Chinese (Traditional Han script)) #2612

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-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
with:
python-version: '3.13'
- name: Lint
run: ./scripts/lint
permissions:
contents: read