Skip to content

Bump mypy from 1.10.0 to 1.10.1 #34

Bump mypy from 1.10.0 to 1.10.1

Bump mypy from 1.10.0 to 1.10.1 #34

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- main
jobs:
build:
name: Code linting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/job-setup
with:
install-dependencies: test
- name: Run linter
run: pylint example_python_package