Skip to content

Bump typeguard from 4.2.1 to 4.3.0 #32

Bump typeguard from 4.2.1 to 4.3.0

Bump typeguard from 4.2.1 to 4.3.0 #32

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