Skip to content

Commit 14687bc

Browse files
committed
update docs
1 parent a7737c6 commit 14687bc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitcode/workflows/webpack.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Npm build
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
pull_request:
6+
branches: [ "main" ]
7+
8+
jobs:
9+
build:
10+
runs-on: euleros-2.10.1
11+
steps:
12+
- uses: checkout-action@0.0.1
13+
- name: Use Node.js
14+
uses: setup-node@0.0.1
15+
with:
16+
node-version: '24.10.0'
17+
- run: cd repo_workspace && npm run update
18+
- run: cd repo_workspace && npm run test

0 commit comments

Comments
 (0)