Skip to content

fix: update page content correctly #136

fix: update page content correctly

fix: update page content correctly #136

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Build
run: |
corepack enable
pnpm install
pnpm build
pnpm lint