Skip to content

Commit

Permalink
Try different format for getting changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Nov 3, 2024
1 parent 4939f9a commit 348e4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
doctor-rst-
- name: Run DOCtor-RST
if: env.CHANGED_FILES != ''
if: ${{ env.CHANGED_FILES != '' }}
uses: docker://oskarstark/doctor-rst
with:
args: --short --error-format=github docs/
args: --short --error-format=github docs/ --cache-file=/github/workspace/.cache/doctor-rst.cache
env:
DOCS_DIR: 'docs/'

0 comments on commit 348e4a0

Please sign in to comment.