Skip to content

Implement LoopOutsider pattern #265

Implement LoopOutsider pattern

Implement LoopOutsider pattern #265

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2019-2025 Aibolit
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: pylint
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
pylint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- run: make requirements
- run: make pylint