This commit is contained in:
commit
aa78b43c34
8 changed files with 192 additions and 0 deletions
16
.forgejo/workflows/build.yml
Normal file
16
.forgejo/workflows/build.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
- run: npm run build
|
||||
Loading…
Add table
Add a link
Reference in a new issue