Skip to content

Commit 67ded2c

Browse files
authored
Merge pull request #50 from codeRIT/featurepeek/integrate-21121212516
Integrating with FeaturePeek
2 parents ec82c58 + 5ba5b8c commit 67ded2c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/featurepeek.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build and ping FeaturePeek
2+
on: push
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- name: Use node 12.x
9+
uses: actions/setup-node@v1
10+
with:
11+
node-version: 12.x
12+
- name: Ping FeaturePeek
13+
run: bash <(curl -s https://peek.run/ci)

peek.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: 2
2+
main:
3+
type: static
4+
path:
5+
spa: false

0 commit comments

Comments
 (0)