Skip to content

chore(MOS-1718): Update documentation regarding article categories #162

chore(MOS-1718): Update documentation regarding article categories

chore(MOS-1718): Update documentation regarding article categories #162

Workflow file for this run

name: Test
on: push
jobs:
deploy:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15.x
- name: Test
run: |
npm install
npm run test
npm run build