Skip to content

fix(css, html, json, yaml): failed to resolve relative path #46

fix(css, html, json, yaml): failed to resolve relative path

fix(css, html, json, yaml): failed to resolve relative path #46

Workflow file for this run

name: tsc
on:
push:
branches:
- '*'
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm run build