We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64ebb2 commit d2a6018Copy full SHA for d2a6018
.github/workflows/check.yml
@@ -50,12 +50,14 @@ jobs:
50
- name: Make sure the repository is up to date
51
if: github.event_name != 'pull_request'
52
run: git pull --rebase
53
-
+
54
+ - name: Add problem matcher
55
+ uses: sphinx-doc/github-problem-matcher@v1
56
57
- name: Build docs
58
continue-on-error: true
59
id: build
60
run: |
- echo "::add-matcher::.github/problem-matchers/sphinx.json"
61
make build
62
63
- name: Upload artifact - docs
@@ -111,7 +113,7 @@ jobs:
111
113
112
114
115
- name: Add problem matcher
- uses: rffontenelle/sphinx-lint-problem-matcher@main
116
+ uses: rffontenelle/sphinx-lint-problem-matcher@v1
117
118
- name: Run sphinx-lint
119
0 commit comments