Skip to content

feat: add test

feat: add test #17

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
build:
uses: ./.github/workflows/base.yml
with:
action: build
test:
uses: ./.github/workflows/base.yml
with:
action: test