Skip to content

Release 0.0.2

Release 0.0.2 #1

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
permissions:
contents: read
coverage:
uses: NicTool/.github/.github/workflows/coverage.yml@main
secrets: inherit
permissions:
contents: read
test:
uses: NicTool/.github/.github/workflows/test.yml@main
secrets: inherit
permissions:
contents: read