Skip to content

Commit

Permalink
Trying to address issues with command args
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Nov 3, 2024
1 parent 348e4a0 commit cd195fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ jobs:
doctor-rst-
- name: Run DOCtor-RST
if: ${{ env.CHANGED_FILES != '' }}
uses: docker://oskarstark/doctor-rst
with:
args: --short --error-format=github docs/ --cache-file=/github/workspace/.cache/doctor-rst.cache
if: env.CHANGED_FILES != ''
run: |
docker run --rm -v $(pwd):/github/workspace oskarstark/doctor-rst --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache docs/
env:
DOCS_DIR: 'docs/'

0 comments on commit cd195fb

Please sign in to comment.