Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Add router endpoint ✨ #80

Add router endpoint ✨

Add router endpoint ✨ #80

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn install
- run: yarn format:check
- run: yarn lint:check
- run: yarn build
- run: yarn test
- uses: codecov/codecov-action@v3