Skip to content

Commit 6e77574

Browse files
committed
Reformat
1 parent 532dbdc commit 6e77574

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
smoke-test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
14-
- uses: actions/setup-python@v6
15-
with:
16-
python-version-file: .python-version
17-
cache: 'pip'
13+
- uses: actions/checkout@v6
14+
- uses: actions/setup-python@v6
15+
with:
16+
python-version-file: .python-version
17+
cache: 'pip'
1818

19-
- name: Install dependencies
20-
run: pip install -r requirements.txt
19+
- name: Install dependencies
20+
run: pip install -r requirements.txt
2121

22-
- name: Run Django check
23-
run: python manage.py check
22+
- name: Run Django check
23+
run: python manage.py check

0 commit comments

Comments
 (0)