Skip to content

Commit 6f10f40

Browse files
committed
fix(ci): correct test workflow yaml indentation
1 parent 9ec04c8 commit 6f10f40

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -e ".[dev]"
2525
26-
- name: Run quick checks
27-
run: |
28-
ruff check src/antipasta tests
29-
black --check src/antipasta tests
30-
mypy src/antipasta tests
31-
pytest -v
26+
- name: Run quick checks
27+
run: |
28+
ruff check src/antipasta tests
29+
black --check src/antipasta tests
30+
mypy src/antipasta tests
31+
pytest -v

0 commit comments

Comments
 (0)