Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/featurepeek.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build and ping FeaturePeek
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use node 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install dependencies
run: yarn install
- name: Build
run: npm run build
- name: Ping FeaturePeek
run: bash <(curl -s https://peek.run/ci)
5 changes: 5 additions & 0 deletions peek.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 2
main:
type: static
path: /build
spa: false