Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
eviau-artefactual committed May 14, 2024
1 parent 4c5408d commit 38e26e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: "Run build test"
run: |
make test
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v24
- name: Run linkcheck on .rst files
- name: "Get changed files"
id: "changed-files"
uses: "tj-actions/changed-files@v24"
- name: "Run linkcheck on .rst files"
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
if [ "${file: -4}" == ".rst" ]
Expand Down

0 comments on commit 38e26e6

Please sign in to comment.