Skip to content

Commit c710554

Browse files
committed
Reformat
1 parent c2b977f commit c710554

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
@@ -8,14 +8,14 @@ jobs:
88
smoke-test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
12-
- uses: actions/setup-python@v6
13-
with:
14-
python-version-file: .python-version
15-
cache: 'pip'
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-python@v6
13+
with:
14+
python-version-file: .python-version
15+
cache: 'pip'
1616

17-
- name: Install dependencies
18-
run: pip install -r requirements.txt
17+
- name: Install dependencies
18+
run: pip install -r requirements.txt
1919

20-
- name: Run Django check
21-
run: python manage.py check
20+
- name: Run Django check
21+
run: python manage.py check

0 commit comments

Comments
 (0)