Skip to content

Commit

Permalink
Fix: checkout repo before external link checking
Browse files Browse the repository at this point in the history
We need this so that `requirements-linkchecker.txt` is available.
  • Loading branch information
cristiklein committed Aug 21, 2023
1 parent 6f90a79 commit 1376dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checklinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Check links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install requirements
run: pip3 install -r requirements-linkchecker.txt
- name: Run linkchecker
Expand Down

0 comments on commit 1376dec

Please sign in to comment.