Skip to content

pyproject.toml: do not use bare keys #32

pyproject.toml: do not use bare keys

pyproject.toml: do not use bare keys #32

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install uv
run: make install-uv
- name: Lint and test
run: make