mirror of
https://github.com/moloch--/sliver-script
synced 2026-06-08 16:08:26 +00:00
run build check on pr
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
name: Build Check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
Reference in New Issue
Block a user