Skip to content

chore: bump actions/upload-pages-artifact from 3 to 5 #41

chore: bump actions/upload-pages-artifact from 3 to 5

chore: bump actions/upload-pages-artifact from 3 to 5 #41

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e ".[dev,http]"
- run: ruff check .
- run: mypy logquill
- run: pytest --cov