Skip to content

Commit f8703ae

Browse files
author
Matthias Koeppe
committed
.github/workflows/lint.yml: Invoke tox with --
1 parent d302a62 commit f8703ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install relint
3636
run: pip install tox relint
3737
- name: Lint using relint
38-
run: tox -e relint src/sage/
38+
run: tox -e relint -- src/sage/
3939
lint-rst:
4040
name: Validate docstring markup as RST
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)