trunk.yaml 650 B

12345678910111213141516171819202122
  1. # This file controls the behavior of Trunk: https://docs.trunk.io/cli
  2. # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
  3. version: 0.1
  4. cli:
  5. version: 1.25.0
  6. # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
  7. runtimes:
  8. enabled:
  9. - go@1.19.5
  10. - node@22.16.0
  11. - python@3.10.8
  12. # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
  13. lint:
  14. enabled:
  15. - markdownlint@0.49.1
  16. - prettier@3.9.6
  17. - shellcheck@0.8.0
  18. - shfmt@3.6.0
  19. - yamllint@1.38.0
  20. actions:
  21. enabled:
  22. - trunk-upgrade-available