Skip to content

Bump bandit from 1.7.8 to 1.7.9 #33

Bump bandit from 1.7.8 to 1.7.9

Bump bandit from 1.7.8 to 1.7.9 #33

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