Skip to content

Bump codecov/codecov-action from 5 to 6 #2347

Bump codecov/codecov-action from 5 to 6

Bump codecov/codecov-action from 5 to 6 #2347

Workflow file for this run

name: lint
on: [push, pull_request, fork]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python 3.10
uses: actions/setup-python@v5.6.0
with:
python-version: 3.10.16
- 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