Skip to content

build(deps-dev): bump markdown-it-py from 2.2.0 to 3.0.0 #80

build(deps-dev): bump markdown-it-py from 2.2.0 to 3.0.0

build(deps-dev): bump markdown-it-py from 2.2.0 to 3.0.0 #80

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build Docker image and run end-to-end tests
runs-on: ubuntu-latest
steps:
- name: Checkout code from GitHub
uses: actions/checkout@v3
- name: Run end-to-end tests
run: >
docker compose up test
--build