We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b977f commit c710554Copy full SHA for c710554
.github/workflows/ci.yml
@@ -8,14 +8,14 @@ jobs:
8
smoke-test:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v6
12
- - uses: actions/setup-python@v6
13
- with:
14
- python-version-file: .python-version
15
- cache: 'pip'
+ - uses: actions/checkout@v6
+ - uses: actions/setup-python@v6
+ with:
+ python-version-file: .python-version
+ cache: 'pip'
16
17
- - name: Install dependencies
18
- run: pip install -r requirements.txt
+ - name: Install dependencies
+ run: pip install -r requirements.txt
19
20
- - name: Run Django check
21
- run: python manage.py check
+ - name: Run Django check
+ run: python manage.py check
0 commit comments