Skip to content

Commit

Permalink
Now fix in check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored May 7, 2024
1 parent 7fdaee6 commit bebca35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: git pull --rebase

- name: Add problem matcher
uses: sphinx-doc/[email protected].0
uses: sphinx-doc/[email protected]

- name: Build docs
continue-on-error: true
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: git pull --rebase

- name: Add problem matcher
uses: rffontenelle/sphinx-lint-problem-matcher@v1
uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0

- name: Run sphinx-lint
continue-on-error: true
Expand Down

0 comments on commit bebca35

Please sign in to comment.