Skip to content

Commit

Permalink
[py]: Rename linting recipe to linting-ci for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Aug 29, 2023
1 parent ae0130b commit 60728ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
- name: Test with tox
run: tox -c py/tox.ini
env:
TOXENV: linting-check
# If this fails, it will exit. Local work should be using `tox -e linting` prior to committing.
# the linting-ci recipe exists solely for CI and will not attempt to rewrite any files in-place etc.
TOXENV: linting-ci

mypy:
name: Mypy
Expand Down
2 changes: 1 addition & 1 deletion py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ py_version=38
force_single_line = True


[testenv:linting-check]
[testenv:linting-ci]
; checks linting for CI with stricter exiting when failing.
skip_install = true
deps =
Expand Down

0 comments on commit 60728ac

Please sign in to comment.