fix: Fix trunk.yaml lint error
- this file is causing my CI checks to fail because it fails yamllint
For context, here's an example: https://github.com/martimlobao/regybox/runs/33149046796
I only enabled the PR check from the Trunk app, the repo where the error is happening hasn't changed, and the file Trunk complains about is being downloaded from here.
A more robust solution would be to have the linters not lint the contents of the .trunk directory itself, but I'm not sure how to do that and this works as an easy fix for now.
I think the same can be achieved by adding .trunk/ in your .gitignore file.
https://docs.trunk.io/code-quality/linters/ignoring-issues-and-files
I think the same can be achieved by adding
.trunk/in your.gitignorefile.docs.trunk.io/code-quality/linters/ignoring-issues-and-files
@yxtay yes but I don't want to do that since I want to commit the .trunk directory to my repo.
closing as already fixed