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
Originally posted by @marcalexiei in #584 (comment)
At the moment there isn't any code check running inside examples/*. How about adding the some checks for each example folder:
examples/*
typecheck
tsc --noEmit
tuono build
To perform these checks I would consider to create a new workflow file.
What do you think about this?
The text was updated successfully, but these errors were encountered:
marcalexiei
Successfully merging a pull request may close this issue.
Originally posted by @marcalexiei in #584 (comment)
At the moment there isn't any code check running inside
examples/*
.How about adding the some checks for each example folder:
typecheck
script which runtsc --noEmit
tuono build
To perform these checks I would consider to create a new workflow file.
What do you think about this?
The text was updated successfully, but these errors were encountered: