Skip to content

chore(deps): bump the github-actions group across 1 directory with 5 updates #22

chore(deps): bump the github-actions group across 1 directory with 5 updates

chore(deps): bump the github-actions group across 1 directory with 5 updates #22

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
cache: pip
- run: pip install -e ".[dev]"
- run: ruff check .
- run: mypy
- run: pytest tests/