Compare commits
1 Commits
chore/upda
...
0b92b69c70
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b92b69c70 |
19
.gitea/workflows/test-build.yml
Normal file
19
.gitea/workflows/test-build.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Build Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:24-bookworm
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
Reference in New Issue
Block a user