Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into cb-custom-components
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Sep 21, 2020
2 parents 677f4bb + 5e99022 commit 6f07014
Show file tree
Hide file tree
Showing 5 changed files with 1,170 additions and 1,949 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install
- uses: borales/actions-yarn@v2.0.0
with:
cmd: build
Loading

0 comments on commit 6f07014

Please sign in to comment.