Skip to content

fix: use eslint to format ts,js,json,md and yml, goodbye prettier #1670

fix: use eslint to format ts,js,json,md and yml, goodbye prettier

fix: use eslint to format ts,js,json,md and yml, goodbye prettier #1670

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "pnpm"
- run: pnpm install
- run: pnpm run build