Skip to content

ci: refine Jekyll preview workflow #303

ci: refine Jekyll preview workflow

ci: refine Jekyll preview workflow #303

Workflow file for this run

name: validation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install and test
run: |
cd validation
npm ci
npm run test
env:
CI: true