Skip to content

modernize test framework and add ci workflow #15

modernize test framework and add ci workflow

modernize test framework and add ci workflow #15

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
paths-ignore:
- '**.md'
- 'examples/**'
- 'LICENSE'
- 'CODEOWNERS'
- 'AUTHORS'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Spec:
uses: ./.github/workflows/module_ci.yml
secrets: inherit