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