Skip to content

ci: add pre-commit update #113

ci: add pre-commit update

ci: add pre-commit update #113

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: make test
run: make test