Skip to content

fix(ui): unmigrated templates fixes #23673

fix(ui): unmigrated templates fixes

fix(ui): unmigrated templates fixes #23673

Workflow file for this run

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: CC0-1.0
name: pylint check
on:
push:
branches-ignore:
- renovate/**
- weblate
pull_request:
permissions:
contents: read
jobs:
pylint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Install apt dependencies
run: sudo ./ci/apt-install
- name: Setup Python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
id: setup_python
with:
python-version: '3.14'
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
with:
save-cache: ${{ github.ref == 'refs/heads/main' }}
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
version: 0.9.15
- name: Install deps
env:
CI_DATABASE: postgresql
run: uv sync --no-binary-package lxml --no-binary-package xmlsec --all-extras --group pylint
- name: Run pylint
run: uv run --no-sync pylint --output-format=github weblate/ scripts/