Skip to content

Commit

Permalink
Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym committed Aug 9, 2023
1 parent 5f05783 commit 735068e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: urls-checker
uses: urlstechie/urlchecker-action@master
with:
# A subfolder or path to navigate to in the present or cloned repository
subfolder: BALSAMIC/constants

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

Expand All @@ -22,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 : false

0 comments on commit 735068e

Please sign in to comment.