Skip to content

feat(build): experiments #117

feat(build): experiments

feat(build): experiments #117

Workflow file for this run

name: main
on:
push:
branches: "**"
pull_request:
branches: "**"
jobs:
test:
uses: ./.github/workflows/_test.yml
build:
needs: test
uses: ./.github/workflows/_build.yml