Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 607dcde

Browse files
authored
Add sphinx-lint problem matcher to check.yml (#180)
* Add sphinx-lint problem matcher to check.yml * Use main branch instead of master
1 parent 8edbf0c commit 607dcde

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
- name: Make sure the repository is up to date
110110
if: github.event_name != 'pull_request'
111111
run: git pull --rebase
112+
113+
- name: Add problem matcher
114+
uses: rffontenelle/sphinx-lint-problem-matcher@main
112115

113116
- name: Run sphinx-lint
114117
continue-on-error: true

0 commit comments

Comments
 (0)