Skip to content

Commit a52fd46

Browse files
committed
Merge branch 'master' into angular-15
2 parents ee74f3b + ab83952 commit a52fd46

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Build
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout 🛎️
10+
uses: actions/checkout@v4
11+
12+
- name: Install and Build 🔧
13+
run: |
14+
npm ci
15+
npm run build_lib
16+
npm run build
17+

0 commit comments

Comments
 (0)