Skip to content

Feat: misc changes #581

Feat: misc changes

Feat: misc changes #581

Workflow file for this run

name: "CI"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
clean-code-stage:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: "--max_old_space_size=8192"
steps:
- uses: actions/checkout@v4
- uses: ./.github/composite_actions/initial_setup
- name: Build
run: pnpm build
- name: lint
run: pnpm lint
- name: Test
run: pnpm test