Skip to content

Commit d2a6018

Browse files
authored
Update problem-matchers versions in check.yml
1 parent f64ebb2 commit d2a6018

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/check.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ jobs:
5050
- name: Make sure the repository is up to date
5151
if: github.event_name != 'pull_request'
5252
run: git pull --rebase
53-
53+
54+
- name: Add problem matcher
55+
uses: sphinx-doc/github-problem-matcher@v1
56+
5457
- name: Build docs
5558
continue-on-error: true
5659
id: build
5760
run: |
58-
echo "::add-matcher::.github/problem-matchers/sphinx.json"
5961
make build
6062
6163
- name: Upload artifact - docs
@@ -111,7 +113,7 @@ jobs:
111113
run: git pull --rebase
112114

113115
- name: Add problem matcher
114-
uses: rffontenelle/sphinx-lint-problem-matcher@main
116+
uses: rffontenelle/sphinx-lint-problem-matcher@v1
115117

116118
- name: Run sphinx-lint
117119
continue-on-error: true

0 commit comments

Comments
 (0)