Skip to content

update broken release github action that publish package to pypi #147

update broken release github action that publish package to pypi

update broken release github action that publish package to pypi #147

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