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
Earlier this fall GitHub added the composite type, this action is now migrated from docker to composite, this saves some time while running the action since it no longer needs to build the container.
A new scandir option has been added by @dadav in #28 to limit which directory should be scanned.
A new additional_files option has been added, this allows for checking additional filenames that would not be discovered.
A new disable_matcher has been added to disable the annotations added by the problem-matcher, this is useful if you have your own set of problem-matchers you want to use.
This action now works on mac-os runners.
More tests have been added to verify that the action is doing what it's supposed to do.