Skip to content

Bump pylint from 3.0.3 to 3.3.1 #1251

Bump pylint from 3.0.3 to 3.3.1

Bump pylint from 3.0.3 to 3.3.1 #1251

Workflow file for this run

name: Coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install dev dependencies
run: make install-dev
- name: Run coverage
run: make coverage