Skip to content

chore(deps): update actions/upload-artifact digest to 4cec3d8 #2453

chore(deps): update actions/upload-artifact digest to 4cec3d8

chore(deps): update actions/upload-artifact digest to 4cec3d8 #2453

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
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version: '3.13'
- name: Lint
run: ./scripts/lint
permissions:
contents: read