Merge de4ca1aff2 into cfc5fddcc8
This commit is contained in:
commit
be34ca8a99
22
.github/workflows/pr-build-check.yml
vendored
Normal file
22
.github/workflows/pr-build-check.yml
vendored
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user