Skip to content

Update Minor

Update Minor #3996

Workflow file for this run

name: PR
on:
pull_request:
branches: ['*']
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/init
- name: Check
run: npm run check
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/init
- name: Build
run: npm run build