Skip to content

Add workflow to combine pull requests #16

Add workflow to combine pull requests

Add workflow to combine pull requests #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
uses: ./.github/workflows/lint.yml
tests:
uses: ./.github/workflows/pytest.yml
secrets: inherit
docs:
uses: ./.github/workflows/docs.yml