Skip to content

Commit

Permalink
Check the URLs in any .toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed May 31, 2024
1 parent 85d91f9 commit c3021ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-urls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
paths: ["**.md", "**.yaml", "**.yml", "**.py", "**.pyi", "**.rst", "**.txt"]
paths: ["**.md", "**.yaml", "**.yml", "**.py", "**.pyi", "**.rst", "**.txt", "**.toml"]
schedule:
- cron: "0 0 * * *" # Run every day at midnight UTC

Expand All @@ -18,7 +18,7 @@ jobs:
- name: Validate URLs
uses: urlstechie/[email protected]
with:
file_types: .md,.yaml,.yml,.py,.pyi,.rst,.txt
file_types: .md,.yaml,.yml,.py,.pyi,.rst,.txt,.toml
print_all: false
timeout: 10
retry_count: 3

0 comments on commit c3021ea

Please sign in to comment.