Skip to content

Commit

Permalink
[DON'T MERGE] quick test to see how it behaves on all files from the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
egpbos committed Nov 2, 2023
1 parent a407d2c commit d601773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-checker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
id: lychee
env:
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
with:
args: ${{ steps.changed_files.outputs.all }}
# with:
# args: ${{ steps.changed_files.outputs.all }}
- name: Count broken links
run: |
broken_max=10
Expand Down

0 comments on commit d601773

Please sign in to comment.