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
954: Add lint tests for yaml files r=bidoubiwa a=bidoubiwa
Yaml linter to avoid the following errors: meilisearch/meilisearch-go#173
Example on error:
```
Error: -samples.meilisearch.yaml:374:1: [error] syntax error: could not find expected ':' (syntax)
Error: ub/dependabot.yml:3:1: [error] wrong indentation: expected 2 but found 0 (indentation)
Error: ub/dependabot.yml:10:3: [error] wrong indentation: expected 4 but found 2 (indentation)
Error: ub/workflows/tests.yml:64:5: [error] wrong indentation: expected 6 but found 4 (indentation)
Error: Process completed with exit code 1.
```
Co-authored-by: Charlotte Vermandel <[email protected]>
0 commit comments