mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
try build workflow
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: Strudel Build
|
||||
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: "npm"
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
Reference in New Issue
Block a user