Skip to content

Bump actions/setup-python from 5.2.0 to 5.3.0 #1537

Bump actions/setup-python from 5.2.0 to 5.3.0

Bump actions/setup-python from 5.2.0 to 5.3.0 #1537

Workflow file for this run

name: lint
on: [push, pull_request, fork]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/[email protected]
with:
python-version: 3.9
- name: Set up Poetry
run: pip install poetry
- name: Install dependencies
run: poetry install --with dev
- name: Run linter
run: poetry run pylint mdopt --fail-under=9