mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Closes #14872: Extend CI workflow to check for missing Django migrations
This commit is contained in:
parent
04575aa0f8
commit
93a05289ad
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -68,6 +68,9 @@ jobs:
|
|||||||
- name: Collect static files
|
- name: Collect static files
|
||||||
run: python netbox/manage.py collectstatic --no-input
|
run: python netbox/manage.py collectstatic --no-input
|
||||||
|
|
||||||
|
- name: Check for missing migrations
|
||||||
|
run: python netbox/manage.py makemigrations --check
|
||||||
|
|
||||||
- name: Check PEP8 compliance
|
- name: Check PEP8 compliance
|
||||||
run: pycodestyle --ignore=W504,E501 --exclude=node_modules netbox/
|
run: pycodestyle --ignore=W504,E501 --exclude=node_modules netbox/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user