Skip to content

bug:🐛 fix double confirm dialog #61

bug:🐛 fix double confirm dialog

bug:🐛 fix double confirm dialog #61

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
name: Build
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: PNPM setup
uses: ./.github/actions/pnpm-setup
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- name: Build
run: pnpm build