Skip to content

Resources: New work of haikou #817

Resources: New work of haikou

Resources: New work of haikou #817

Workflow file for this run

name: Code Quality Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm ci
- name: Check
run: |
npm run lint
npm run test