Skip to content

refactor: timeout refactor to use CLI option value #162

refactor: timeout refactor to use CLI option value

refactor: timeout refactor to use CLI option value #162

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: poetry install
- name: lint
run: |
shopt -s expand_aliases
. ./envr.ps1
lint