Skip to content

confirmed that extlinks will insert trailing backslash for bare urls #73

confirmed that extlinks will insert trailing backslash for bare urls

confirmed that extlinks will insert trailing backslash for bare urls #73

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install -U pip
pip install -r requirements.txt
- name: Test
run: |
python -m unittest