Skip to content

Add --squash-history option #45

Add --squash-history option

Add --squash-history option #45

Workflow file for this run

name: CI
on: [pull_request]
jobs:
ci:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
python-version: ['2.7', '3.9']
os: [ubuntu, windows, macos]
opts: ['--shell', '']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: make install
- run: make lint
- run: make -e DOCS_OPTS="${{ matrix.opts }}" docs