mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
34 lines
597 B
YAML
34 lines
597 B
YAML
version: 0.1
|
|
cli:
|
|
version: 1.3.1
|
|
plugins:
|
|
sources:
|
|
- id: trunk
|
|
ref: v0.0.8
|
|
uri: https://github.com/trunk-io/plugins
|
|
lint:
|
|
enabled:
|
|
- git-diff-check
|
|
- gitleaks@8.15.2
|
|
- clang-format@14.0.0
|
|
- prettier@2.8.3
|
|
disabled:
|
|
- shellcheck@0.9.0
|
|
- shfmt@3.5.0
|
|
- oxipng@8.0.0
|
|
- actionlint@1.6.22
|
|
- markdownlint@0.33.0
|
|
- hadolint@2.12.0
|
|
- svgo@3.0.2
|
|
runtimes:
|
|
enabled:
|
|
- go@1.18.3
|
|
- node@18.12.1
|
|
actions:
|
|
disabled:
|
|
- trunk-announce
|
|
- trunk-check-pre-push
|
|
- trunk-fmt-pre-commit
|
|
enabled:
|
|
- trunk-upgrade-available
|