Skip to content

Bump the actions group with 2 updates #452

Bump the actions group with 2 updates

Bump the actions group with 2 updates #452

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: lint
run: make lint