Skip to content

ci: update test action #410

ci: update test action

ci: update test action #410

Workflow file for this run

name: Node CI
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
run_install: true
- run: pnpm check
- run: pnpm lint