Skip to content

Merge issue #24: harden trusted GitHub workflow identity #17

Merge issue #24: harden trusted GitHub workflow identity

Merge issue #24: harden trusted GitHub workflow identity #17

Workflow file for this run

name: CI
on: [pull_request, push]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: "3.12"}
- run: python -m pip install '.[dev]' build
- run: pytest
- run: python tests/verify.py
- run: python -m build