mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
ci(api-docs): show required changes with color
It makes it easier to see what needs to be changed.
This commit is contained in:
parent
081eb72a80
commit
d353d5f002
3
.github/workflows/api-docs.yml
vendored
3
.github/workflows/api-docs.yml
vendored
@ -59,8 +59,7 @@ jobs:
|
||||
run: |
|
||||
echo "Job failed, run ./scripts/gen_vimdoc.py and commit your doc changes"
|
||||
echo "The doc generation produces the following changes:"
|
||||
git --no-pager diff
|
||||
exit 1
|
||||
git diff --color --exit-code
|
||||
|
||||
- name: Automatic PR
|
||||
if: ${{ steps.docs.outputs.UPDATED_DOCS != 0 && !inputs.check_only }}
|
||||
|
Loading…
Reference in New Issue
Block a user