Skip to content

Commit

Permalink
test: updated ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonzorn committed Jan 28, 2024
1 parent f9f43a0 commit edb834d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements/dev.txt
cd ./datanar
- name: Lint with flake8
run: |
cd ./datanar
flake8 . --config=.flake8
- name: Lint with black
run: |
cd ./datanar
black . --check --verbose --diff --line-length 79
- name: Django testing
run: |
cd ./datanar
python manage.py test

0 comments on commit edb834d

Please sign in to comment.