Skip to content

Commit

Permalink
Update WikiLinks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Feb 24, 2020
1 parent f80ac48 commit ed860d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/WikiLinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: bash src/links/check_links.sh
- name: Checking if Wiki Links return Code 200
run: |
bash src/links/check_links.sh
echo $?

0 comments on commit ed860d0

Please sign in to comment.