Skip to content

fix: round display

fix: round display #9

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 13, Col: 3): The identifier 'lint&build' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint&build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set node
uses: actions/setup-node@v4
- name: Setup PNPM
uses: pnpm/action-setup@v4
- name: 📦 Install dependencies
run: pnpm install
- name: 📝 Lint
run: pnpm lint
- name: build playground
run: pnpm play:build