-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
urlstechie/urlchecker-python
#52Labels
bugSomething isn't workingSomething isn't working
Description
Hey, me again 😄
I ran urlchecker-python v0.22 on a directory with dotfiles (.editorconfig
, etc.) using this command:
urlchecker check --file-types '.*' .
That works fine.
Then I ran urlchecker-action v0.2.3, which as I understand includes the new version of the python script, with the following option:
file_types: '.*'
And the action simply skips all files and "passes" with "Done. No urls were collected."
Notably, the output of the action's build (on GitHub) says:
file types: ['.']
So I think it is removing the asterisk entirely. I tried using double quotes, using no quotes, escaping the asterisk with a backslash, and using a double-asterisk, but the result was the same each time.
Any thoughts?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working