Skip to content

installed markdwon-it library, implemented md mappert to html and updated sith elegance CV #332

installed markdwon-it library, implemented md mappert to html and updated sith elegance CV

installed markdwon-it library, implemented md mappert to html and updated sith elegance CV #332

Workflow file for this run

name: Continuos Integration workflow
on: pull_request
env:
HUSKY: 0
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Check types
run: npm run type-check
- name: Tests
run: npm test