From 5ba5b8caca80f027b3c75a83e1d1098e9564ea8e Mon Sep 17 00:00:00 2001 From: "Chris Baudouin, Jr" Date: Thu, 21 Jan 2021 21:25:19 -0500 Subject: [PATCH] Integrating with FeaturePeek --- .github/workflows/featurepeek.yml | 13 +++++++++++++ peek.yml | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/featurepeek.yml create mode 100644 peek.yml diff --git a/.github/workflows/featurepeek.yml b/.github/workflows/featurepeek.yml new file mode 100644 index 0000000..a0d9244 --- /dev/null +++ b/.github/workflows/featurepeek.yml @@ -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) \ No newline at end of file diff --git a/peek.yml b/peek.yml new file mode 100644 index 0000000..2ce8438 --- /dev/null +++ b/peek.yml @@ -0,0 +1,5 @@ +version: 2 +main: + type: static + path: + spa: false \ No newline at end of file