Skip to content

Merge pull request #299 from objectionary/renovate/junit5-monorepo #44

Merge pull request #299 from objectionary/renovate/junit5-monorepo

Merge pull request #299 from objectionary/renovate/junit5-monorepo #44

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: python-lint
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
python-lint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12.5"
- name: Install wemake-python-styleguide
run: pip install ruff==0.9.4
- name: Run ruff
run: ruff check py