Skip to content

Commit 6f07014

Browse files
committed
Merge remote-tracking branch 'origin/master' into cb-custom-components
2 parents 677f4bb + 5e99022 commit 6f07014

File tree

5 files changed

+1170
-1949
lines changed

5 files changed

+1170
-1949
lines changed

Diff for: .github/workflows/build.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
on: [push]
3+
jobs:
4+
build:
5+
name: Build
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: borales/[email protected]
10+
with:
11+
cmd: install
12+
- uses: borales/[email protected]
13+
with:
14+
cmd: build

0 commit comments

Comments
 (0)