diff --git a/.trunk/.gitignore b/.trunk/.gitignore new file mode 100644 index 0000000000..15966d087e --- /dev/null +++ b/.trunk/.gitignore @@ -0,0 +1,9 @@ +*out +*logs +*actions +*notifications +*tools +plugins +user_trunk.yaml +user.yaml +tmp diff --git a/.trunk/configs/.vale.ini b/.trunk/configs/.vale.ini new file mode 100644 index 0000000000..ee11cf2494 --- /dev/null +++ b/.trunk/configs/.vale.ini @@ -0,0 +1,5 @@ +[formats] +markdoc = md + +[*.md] +BasedOnStyles = Vale diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml new file mode 100644 index 0000000000..11f62c02db --- /dev/null +++ b/.trunk/trunk.yaml @@ -0,0 +1,23 @@ +version: 0.1 +cli: + version: 1.25.0 +plugins: + sources: + - id: trunk + ref: v1.7.6 + uri: https://github.com/trunk-io/plugins +lint: + enabled: true + linters: + - name: vale + version: 3.14.1 + paths: + - docs +actions: + enabled: + - trunk-announce + - trunk-cache-prune + - trunk-upgrade-available + - trunk-pre-push + disabled: + - trunk-fmt-pre-commit