-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Describe the enhancement
We have some peripheral code that isnt checked on CI.
Checking them probably would require some formatting accross the project.
When i say peripheral code i refer to:
- justfile
- toml`s
- dockerfiles
- bash and sh script
Additional context
justfiles can be checked and formatted using just itself.
just --fmt --unstable
and
just --fmt --check --unstable
Also, i suggest
for tomls, https://github.com/tamasfe/taplo.
for bash and sh https://github.com/koalaman/shellcheck and https://github.com/mvdan/sh
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers