Skip to content

Bump markdownlint-cli2 from 0.13.0 to 0.14.0 #296

Bump markdownlint-cli2 from 0.13.0 to 0.14.0

Bump markdownlint-cli2 from 0.13.0 to 0.14.0 #296

Workflow file for this run

name: Hyas CI
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18.x]
steps:
- name: Check out Hyas project
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
- name: Run Hyas test script
run: npm test
- name: Build production website
run: npm run build