This commit is contained in:
renmu123 2026-01-26 16:01:56 +08:00 committed by GitHub
commit be34ca8a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
.github/workflows/pr-build-check.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: PR Build Check
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
- name: Build project
run: yarn && yarn build