Skip to content

Release v0.7.3 (#20) #27

Release v0.7.3 (#20)

Release v0.7.3 (#20) #27

Workflow file for this run

name: CI
on:
push:
env:
CI: true
jobs:
lint:
uses: NicTool/.github/.github/workflows/lint.yml@main
coverage:
uses: NicTool/.github/.github/workflows/coverage.yml@main
secrets: inherit
test:
needs: lint
uses: NicTool/.github/.github/workflows/test.yml@main
secrets: inherit