From 95d5de7eeb75332d4e888b6ab5a57302ac874bd8 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 1 Jun 2022 11:19:11 +0200 Subject: [PATCH] new: [workflow] first tentative of honkit CI --- .github/workflows/honkit.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/honkit.yml diff --git a/.github/workflows/honkit.yml b/.github/workflows/honkit.yml new file mode 100644 index 0000000..2b048b5 --- /dev/null +++ b/.github/workflows/honkit.yml @@ -0,0 +1,16 @@ +name: Honkit test + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + strategy: + max-parallel: 4 + steps: + - name: Install honkit + run: | + apt install nodejs + npm init --yes + npm install honkit --save-dev + npx honkit build