We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7ea4d commit 3a06eedCopy full SHA for 3a06eed
.github/workflows/django.yml
@@ -2,10 +2,10 @@ name: Django CI
2
3
on:
4
push:
5
- branches: [ "master" ]
+ branches: ["master"]
6
7
pull_request:
8
9
10
jobs:
11
build:
@@ -31,4 +31,4 @@ jobs:
31
flake8
32
- name: Run Tests
33
run: |
34
- python manage.py test
+ python manage.py test
0 commit comments