Skip to content

feat: create miro board #58

feat: create miro board

feat: create miro board #58

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
- '!main'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 180
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Test
run: pnpm t