Skip to content

chore(deps): update dependency astral-sh/uv to v0.9.7 (#2065) #3659

chore(deps): update dependency astral-sh/uv to v0.9.7 (#2065)

chore(deps): update dependency astral-sh/uv to v0.9.7 (#2065) #3659

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.14'
- name: Lint
run: ./scripts/lint.py
permissions:
contents: read