-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: --validate
and --strict
#2717
base: master
Are you sure you want to change the base?
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2717 +/- ##
===========================================
+ Coverage 61.56% 74.56% +12.99%
===========================================
Files 53 72 +19
Lines 9002 11085 +2083
===========================================
+ Hits 5542 8265 +2723
+ Misses 3020 2188 -832
- Partials 440 632 +192 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Use
act --validate --strict
to test for errors of the strict schema without running anything.Could report a small number of phantom problems, but this opt in variant should not make people defer updates.
Closes #2716