Skip to content

Release v0.8.7

Release v0.8.7 #107

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
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:
uses: NicTool/.github/.github/workflows/test.yml@main
secrets: inherit