Skip to content

ci: bump the github-actions group across 1 directory with 3 updates #18

ci: bump the github-actions group across 1 directory with 3 updates

ci: bump the github-actions group across 1 directory with 3 updates #18

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/