Skip to content

Commit

Permalink
Constants subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym committed Aug 8, 2023
1 parent 7b9324e commit e74514a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: urlstechie/urlchecker-action@master
with:
# A subfolder or path to navigate to in the present or cloned repository
subfolder: docs
subfolder: BALSAMIC/constants

# A comma-separated list of file types to cover in the URL checks
file_types: .md,.py,.rst
file_types: .py

# Choose whether to include file with no URLs in the prints.
print_all: false
Expand All @@ -25,6 +25,3 @@ jobs:

# How many times to retry a failed request (each is logged, defaults to 1)
retry_count: 3

# choose if the force pass or not
force_pass : true

0 comments on commit e74514a

Please sign in to comment.