mirror of https://github.com/MISP/misp-book
new: [workflow] first tentative of honkit CI
parent
269314b978
commit
95d5de7eeb
|
@ -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
|
Loading…
Reference in New Issue