Skip to content

Use edge runtime for api/ping route #57

Use edge runtime for api/ping route

Use edge runtime for api/ping route #57

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: ^8.6.0
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- run: pnpm run setup
- run: pnpm run check