Skip to content

build(lock): bump yarn lock #42

build(lock): bump yarn lock

build(lock): bump yarn lock #42

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit