Skip to content

docs: documentation update #30

docs: documentation update

docs: documentation update #30

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
secrets: inherit
call-test:
name: "Test"
uses: ./.github/workflows/test.yml
secrets: inherit