Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove YAML validation #496

Merged

Conversation

argosopentech
Copy link
Contributor

The YAML validation step is currently failing
on the chart directory. This commit removes the
YAML check.

Error:
$ hatch run test
✔️ Check YAML..........................................................Failed

  • hook id: check-yaml
  • exit code: 1

while parsing a flow node
did not find expected node content
in "chart/templates/pvc.yaml", line 1, column 3 while parsing a flow node
did not find expected node content
in "chart/templates/statefulset.yaml", line 6, column

The YAML validation step is currently failing
on the chart directory. This commit removes the
YAML check.

Error:
$ hatch run test
 ✔️  Check YAML..........................................................Failed
- hook id: check-yaml
- exit code: 1

while parsing a flow node
did not find expected node content
  in "chart/templates/pvc.yaml", line 1, column 3
while parsing a flow node
did not find expected node content
  in "chart/templates/statefulset.yaml", line 6, column
Copy link
Member

@pierotofy pierotofy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@pierotofy pierotofy merged commit d76d0b7 into LibreTranslate:main Sep 17, 2023
1 of 4 checks passed
@argosopentech argosopentech deleted the fix-pre-commit-automation branch September 17, 2023 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants