add ox-reveal with reveal.js

This commit is contained in:
2021-01-21 21:02:14 +01:00
parent 601381919e
commit 77b18ec305
147 changed files with 31612 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
name: tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true