Skip to content

Fix deploy/tutorials/vite.md (Step 2: Run the repo locally) #1817

Fix deploy/tutorials/vite.md (Step 2: Run the repo locally)

Fix deploy/tutorials/vite.md (Step 2: Run the repo locally) #1817

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
- run: deno fmt --check
- run: deno task test