Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jul 22, 2024
1 parent 22b51ce commit dc284a5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/links.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Links
on:
on:
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 4 * * *'
- cron: "0 4 * * *"
jobs:
crawl_for_broken_links:
strategy:
matrix:
website_url:
- 'https://labs.leaningtech.com'
- 'https://cheerp.io'
- 'https://cheerpj.io'
- 'https://cheerpx.io'
- "https://labs.leaningtech.com"
- "https://cheerp.io"
- "https://cheerpj.io"
- "https://cheerpx.io"
runs-on: ubuntu-latest
steps:
- name: Check links
uses: ScholliYT/Broken-Links-Crawler-Action@v3
with:
website_url: ${{ matrix.website_url }}
exclude_url_prefix: 'mailto:,https://www.linkedin.com,https://linkedin.com,https://twitter.com'
verbose: 'true'
max_retry_time: 30
max_retries: 5
- name: Check links
uses: ScholliYT/Broken-Links-Crawler-Action@v3
with:
website_url: ${{ matrix.website_url }}
exclude_url_prefix: "mailto:,https://www.linkedin.com,https://linkedin.com,https://twitter.com"
verbose: "true"
max_retry_time: 30
max_retries: 5

0 comments on commit dc284a5

Please sign in to comment.