Skip to content

Commit

Permalink
ci: Also validate links in YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Nov 15, 2023
1 parent 40ea23b commit 4ceff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: '**/*.java **/*.md **/*.xml **/*.html
args: '**/*.java **/*.md **/*.xml **/*.html **/*.yml
--verbose --no-progress
--exclude localhost
--exclude "github\.com/casid/jte/blob"
Expand Down

0 comments on commit 4ceff4f

Please sign in to comment.