Skip to content

#198 - Markdown specification (part 1 of 2) (#209) #671

#198 - Markdown specification (part 1 of 2) (#209)

#198 - Markdown specification (part 1 of 2) (#209) #671

Workflow file for this run

on: push
name: Continuous Integration
jobs:
build:
name: PyTest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: docker://python:3.10
uses: docker://python:3.10
with:
entrypoint: /bin/bash
args: -c "/github/workspace/scripts/bootstrap.sh && /github/workspace/scripts/run_tests.sh"