Unverified Commit 598fed26 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Make the CI show the proposed modifications of ufmt on fail (#4791)

* Show git diff after lint run

* break both flake8 and ufmt

* Make it run on fail

* Undo breaks and fix job message.
parent db3a905c
......@@ -187,6 +187,10 @@ jobs:
pip install --user --progress-bar off pre-commit
pre-commit install-hooks
- run: pre-commit run --all-files
- run:
name: Required lint modifications
when: on_fail
command: git diff
python_type_check:
docker:
......
......@@ -187,6 +187,10 @@ jobs:
pip install --user --progress-bar off pre-commit
pre-commit install-hooks
- run: pre-commit run --all-files
- run:
name: Required lint modifications
when: on_fail
command: git diff
python_type_check:
docker:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment