new: [workflow] first tentative of honkit CI

pull/278/head
Alexandre Dulaunoy 2022-06-01 11:19:11 +02:00 committed by Steve Clement
parent 8ecad87294
commit e44eb22cef
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
1 changed files with 16 additions and 0 deletions

16
.github/workflows/honkit.yml vendored Normal file
View File

@ -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