-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature: Support flat YAML #69
Comments
👋 Hey @Bigyls! I tried to reproduce this error and I'm not able to see it. Here are some logs of a workflow run - logs from this pull request. |
Thanks for the reply @GrantBirki! Okay, I see! It was my local tests with act (https://github.com/nektos/act). Flat YAML works very well. But now I get an error because my YAML file contains a “type” entry: My YAML:
Schema:
Error:
There is a way to counter this problem or disable the check of "flags" in my yaml to avoid the following errors:
|
@Bigyls hmm to be honest I'm not quite sure what the issue would be here |
No problem @GrantBirki, there is a way to bypass a check of one item like Because if the item is not in the schema, there is an error like |
Hello,
I'm having a problem with a YAML file that I call flat:
And when I try to create my schema I get the following error when launching the action:
Does anyone have an idea? I have the impression that this error is due to the handling of https://github.com/ketanSaxena/schema-validator
The text was updated successfully, but these errors were encountered: