Skip to content
Merged
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
Integrating with FeaturePeek
  • Loading branch information
cbaudouinjr committed Jan 22, 2021
commit 5ba5b8caca80f027b3c75a83e1d1098e9564ea8e
13 changes: 13 additions & 0 deletions .github/workflows/featurepeek.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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: 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:
spa: false