Skip to content

Commit 7d3a9c3

Browse files
ci: fix yaml alignment error (#7)
2 parents 102720d + 7162e1a commit 7d3a9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
tox -e unittests
4040
- name: Upload coverage reports to Codecov
4141
uses: codecov/codecov-action@v4
42-
with:
43-
token: ${{ secrets.CODECOV_TOKEN }}
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)