Allow disabling problem matchers (#85)

This commit is contained in:
Paulo F. Oliveira
2022-01-12 11:41:23 +00:00
committed by GitHub
parent 3250a83e5a
commit e6ab31075d
4 changed files with 27 additions and 10 deletions
+3
View File
@@ -26,6 +26,9 @@ inputs:
description: strict means the versions are take as-are; loose means we try
to guess versions based on semver rules
default: loose
disable_problem_matchers:
description: whether to have the problem matchers present in the results (or not)
default: false
outputs:
elixir-version:
description: Exact version of Elixir that was installed