Skip to content

Commit

Permalink
Add extra step to address failure in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Nov 3, 2024
1 parent 29c9e7c commit 4939f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ jobs:
if: env.CHANGED_FILES != ''
uses: docker://oskarstark/doctor-rst
with:
args: --short --error-format=github ${{ env.CHANGED_FILES }}
args: --short --error-format=github docs/
env:
DOCS_DIR: 'docs/'

0 comments on commit 4939f9a

Please sign in to comment.