We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
number
integer
For example:
cpu_cores: type: number description: The number of CPU Cores availiable for builds
In rust, at least, number is interpreted as a float.
In any case, I believe number should eschewed in favor of more explicit float or integer types.
The text was updated successfully, but these errors were encountered:
I agree. I'll fix those when I stumble on them or when I have some time to do a clean sweep. Thanks!
Sorry, something went wrong.
No branches or pull requests
For example:
In rust, at least,
number
is interpreted as a float.In any case, I believe
number
should eschewed in favor of more explicit float or integer types.The text was updated successfully, but these errors were encountered: