Skip to content

Added tests

Added tests #50

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
# TODO: Use the CI straight from the template
uses: ./.github/workflows/_check.yml
# TODO: add pre-commit and ctt
docs:
needs: check
if: ${{ ! needs.check.outputs.branch-pr }}
uses: ./.github/workflows/_docs.yml
release:
if: github.ref_type == 'tag'
needs: docs
# TODO: Use the CI straight from the template
uses: ./.github/workflows/_release.yml
permissions:
contents: write