Skip to content

feat: migrate to app router #18

feat: migrate to app router

feat: migrate to app router #18

Workflow file for this run

name: "Check PR"
on:
pull_request:
branches:
- main
jobs:
deploy:
name: "Check PR"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn lint:format
- run: yarn lint:types