go-debos / debos

Debian OS builder
Apache License 2.0
542 stars 139 forks source link

ci: Add linter stage to workflow #423

Open obbardc opened 1 year ago

obbardc commented 1 year ago

Ensure that submitted merge requests are run through a linter check to keep high code quality.

NOTE: Need to fix linter/fmt errors before undrafting PR.

evelikov commented 1 year ago

I've played around with this a while ago (see https://github.com/go-debos/debos/issues/378) but didn't manage to get past the lint issues in ostree. How did you manage to handle those?