Skip to content

small documentation and integration test fixes, bump version #87

small documentation and integration test fixes, bump version

small documentation and integration test fixes, bump version #87

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
check:
name: run checks
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: run checks
run: docker-compose run --rm django-pg-zero-downtime-migrations-tests tox