Skip to content

Merge pull request #640 from klinecharts/feature/#495 #103

Merge pull request #640 from klinecharts/feature/#495

Merge pull request #640 from klinecharts/feature/#495 #103

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
paths:
- 'src/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: 21
cache: pnpm
- run: pnpm install
- run: pnpm run lint
- run: pnpm run build