We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 308bb2a + c1b0829 commit d4bca98Copy full SHA for d4bca98
.github/workflows/featurepeek.yml
@@ -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
@@ -0,0 +1,5 @@
+version: 2
+main:
+ type: static
+ path: .
+ spa: false
0 commit comments