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 noticed the other day that the VSCode YAML linting tool uses JSON schema for specific YAML files if it recognises the file paths. Specifically, it validates GitHub Actions workflow files. This could be a really nice addition!
We already have a bunch of code in nf-core/tools for handling JSON Schema, so should hopefully be fairly easy to also validate these files without adding any new dependencies.
The text was updated successfully, but these errors were encountered:
I noticed the other day that the VSCode YAML linting tool uses JSON schema for specific YAML files if it recognises the file paths. Specifically, it validates GitHub Actions workflow files. This could be a really nice addition!
Here's the JSON Schema file for GitHub Actions: https://json.schemastore.org/github-action
We already have a bunch of code in
nf-core/tools
for handling JSON Schema, so should hopefully be fairly easy to also validate these files without adding any new dependencies.The text was updated successfully, but these errors were encountered: