devcontainers-community / templates

📋 Community-driven collection of templates for @devcontainers
7 stars 0 forks source link

Set up linting workflow #4

Closed eitsupi closed 1 year ago

eitsupi commented 1 year ago

I recommend MegaLinter. https://megalinter.io/latest/

I have often used Super-Linter (https://github.com/github/super-linter, like https://github.com/rocker-org/devcontainer-templates/blob/9f90b59bf0ed97dde1ffc048e0ae98a5734dc5b5/.github/workflows/lint.yaml), but I prefer to set up MegaLinter because it is more flexible in configuration and updated more frequently.

jcbhmr commented 1 year ago

Sounds great! I'll defer to you on all this convention/linting/settings stuff as I kinda alluded to in devcontainers-community#4. -- you seem to know what you're doing ❤