Skip to content

CrowdJustice/check-django-migrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check-django-migrations

Github action for check for missing django migrations and migration merge conflicts

Usage

on: pull_request
name: Check migrtaions
jobs:
  CheckMgrations:
    name: Check migrations
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
      with:
        repository: CrowdJustice/check-django-migrations
        token: ${{ secrets.GITHUB_TOKEN }}
        path: ./
    - name: Check migrations
      uses: ./
      env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


About

Github action for check for missing django migrations and migration merge conflicts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published