Skip to content

Commit 50d152c

Browse files
committed
Align YAML list indentation in GitHub Action files
1 parent 1608e9a commit 50d152c

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/test.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ jobs:
1818
python-version: ["3.11", "3.12"]
1919

2020
steps:
21-
- name: Check out repository
22-
uses: actions/checkout@v4
23-
24-
- name: Install uv
25-
uses: astral-sh/setup-uv@v5
26-
with:
27-
enable-cache: true
28-
cache-dependency-glob: "uv.lock"
29-
30-
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v5
32-
with:
33-
python-version: ${{ matrix.python-version }}
34-
35-
- name: Install project
36-
run: uv sync --frozen --only-group test
37-
38-
- name: Run tests
39-
run: |
40-
uv run pytest tests
21+
- name: Check out repository
22+
uses: actions/checkout@v4
23+
24+
- name: Install uv
25+
uses: astral-sh/setup-uv@v5
26+
with:
27+
enable-cache: true
28+
cache-dependency-glob: "uv.lock"
29+
30+
- name: Set up Python ${{ matrix.python-version }}
31+
uses: actions/setup-python@v5
32+
with:
33+
python-version: ${{ matrix.python-version }}
34+
35+
- name: Install project
36+
run: uv sync --frozen --only-group test
37+
38+
- name: Run tests
39+
run: |
40+
uv run pytest tests

0 commit comments

Comments
 (0)