Skip to content

Commit

Permalink
feat: add typescript files to link check
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Sep 30, 2024
1 parent 7f2df38 commit 9af4ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' '.**/*.tsx'

- name: Create Issue From File
if: env.lychee_exit_code != 0 && github.event_name == 'schedule'
Expand Down

0 comments on commit 9af4ba9

Please sign in to comment.