Skip to content

Use reusable CI workflow for automated PyPI/GitHub release, add pre-commit for each PR, simplify issue templates #3

Use reusable CI workflow for automated PyPI/GitHub release, add pre-commit for each PR, simplify issue templates

Use reusable CI workflow for automated PyPI/GitHub release, add pre-commit for each PR, simplify issue templates #3

Workflow file for this run

name: Tests on PR
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
validate:
uses: bobleesj/release-scripts/.github/workflows/_tests-on-pr.yml@v0
with:
project: cifkit
c_extension: false
headless: false