Skip to content

Commit a2b76b9

Browse files
Add color and annotations to actions log (#60)
1 parent 8d2e0a8 commit a2b76b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-lint-and-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
- uses: actions/checkout@master
7676
with:
7777
ref: ${{ matrix.version }}
78+
- uses: rffontenelle/sphinx-lint-problem-matcher@v1
7879
- run: sphinx-lint
7980

8081
build-translation:
@@ -101,7 +102,7 @@ jobs:
101102
path: Doc/locales/pl/LC_MESSAGES
102103
- run: git pull
103104
working-directory: ./Doc/locales/pl/LC_MESSAGES
104-
- run: make -e SPHINXOPTS="-D language='pl' -D gettext_compact=0 -W --keep-going" ${{ matrix.format }}
105+
- run: make -e SPHINXOPTS="--color -D language='pl' -D gettext_compact=0 -W --keep-going" ${{ matrix.format }}
105106
working-directory: ./Doc
106107
- uses: actions/upload-artifact@master
107108
with:

0 commit comments

Comments
 (0)