You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry that I can't give a detailed description, but it appears as though the filter "*.rs" matches the file errors.py (with emphasis: erro rs .py), which shouldn't happen with the GitHub action syntax. Am I missing something here? The only solution to achieve what I wanted was to use "*.rs$" instead.
The text was updated successfully, but these errors were encountered:
I'm sorry that I can't give a detailed description, but it appears as though the filter
"*.rs"
matches the fileerrors.py
(with emphasis: erro rs .py), which shouldn't happen with the GitHub action syntax. Am I missing something here? The only solution to achieve what I wanted was to use"*.rs$"
instead.The text was updated successfully, but these errors were encountered: