Skip to content

Update markmap and fix render issues #40

Update markmap and fix render issues

Update markmap and fix render issues #40

Workflow file for this run

name: Verification Workflow
on:
pull_request:
branches:
- master
jobs:
build:
name: Distribute
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Prepare Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r requirements/build.txt
python3 setup.py install
- name: Verify Integrity
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: inv verify