crystal-ameba / github-action

A GitHub Action that lints Crystal code with Ameba
MIT License
29 stars 6 forks source link

Very slow due to `--release` flag #16

Closed m-o-e closed 1 year ago

m-o-e commented 1 year ago

When installing this action as described in the readme it unfortunately builds very slowly:

2023-01-08_11-49-51

This seems to be caused by the --release flag that was added in #14. Having a 5 minute wait in every CI run is not nice and can lead to early exhaustion of the free build minutes quota.

So I would like to suggest let's revert #14?