Skip to content

fix: resolve an issue that the font family was not corretly resolved #71

fix: resolve an issue that the font family was not corretly resolved

fix: resolve an issue that the font family was not corretly resolved #71

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- name: Install
run: pnpm install
- name: Build
run: pnpm build
- name: Lint
run: pnpm lint