diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 7d4a9433fd..baf0430c9f 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -28,6 +28,7 @@ jobs: - isort - bandit - pyright + - pending-migrations runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/Makefile b/Makefile index 1b9a858540..b2792c9490 100644 --- a/Makefile +++ b/Makefile @@ -113,3 +113,6 @@ ci-bandit: ci-pyright: pyright e2e lifecycle + +ci-pending-migrations: + ./manage.py makemigrations --check