You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently enabled most of our lints in CI: #2046.
I didn't enable check-yaml in that PR because it looked like it required a few manual changes to pass the lint. We need to enable this lint by updating .github/workflows/chroma-lint.yml and making the appropriate changes to pass the lint (test locally with pre-commit run --all-files check-yaml).
The text was updated successfully, but these errors were encountered:
I recently enabled most of our lints in CI: #2046.
I didn't enable check-yaml in that PR because it looked like it required a few manual changes to pass the lint. We need to enable this lint by updating
.github/workflows/chroma-lint.yml
and making the appropriate changes to pass the lint (test locally withpre-commit run --all-files check-yaml
).The text was updated successfully, but these errors were encountered: