mrcjkb / lua-typecheck-action

A GitHub action that lets you leverage sumneko lua-language-server and EmmyLua to statically type check lua code.
GNU General Public License v2.0
37 stars 3 forks source link

FEATURE: is it possible to remove the setup outputs? #51

Closed pysan3 closed 9 months ago

pysan3 commented 9 months ago

These two types of output from setup action takes too much to scroll, and it is very tedious to get to the actual type errors.

Is it possible to suppress these outputs?

image

Thanks in advance.

An example of a failing action: https://github.com/pysan3/neo-tree.nvim/actions/runs/7784734367/job/21225838660

mrcjkb commented 9 months ago

Hey :wave:

Thanks for the suggestion. I don't think it's possible to suppress the install nix action output, but I've added a --quiet flag to suppress the nix store outputs.

pysan3 commented 9 months ago

Amazing! Thanks @mrcjkb !