setup-beam icon indicating copy to clipboard operation
setup-beam copied to clipboard

Erlang problem matchers?

Open essen opened this issue 3 months ago • 0 comments

Hello! I am making an Erlang problem matcher with matchers defined in https://github.com/ninenines/ci.erlang.mk/blob/master/.github/matchers/erlang-matchers.json and installed in https://github.com/ninenines/ci.erlang.mk/blob/master/.github/workflows/ci.yaml#L100-L107

It currently does erlc/dialyzer matching (same format), Common Test (with some limitations: problems unfortunately don't appear in PRs as-is, likely needs a CT hook for that; but they do appear in the Actions UI) and Eunit (we only get the start of the error message but good enough, shows up in PRs).

I see there are Elixir matchers installed automatically, perhaps we can have the same for Erlang? I'll leave the integration to someone else but feel free to copy the problems file and build on top.

essen avatar Oct 06 '25 10:10 essen