-
Notifications
You must be signed in to change notification settings - Fork 45
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
Split main workflow into build, lint and test workflows #1621
Conversation
Deployed to Cloudflare Pages
|
Deploying with Cloudflare Pages
|
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 3 | 0 | 0.14s | |
✅ EDITORCONFIG | editorconfig-checker | 4 | 0 | 0.03s | |
markdownlint | 1 | 0 | 1 | 1.17s | |
✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0 | 0.33s |
✅ REPOSITORY | checkov | yes | no | 44.44s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | grype | yes | no | 16.94s | |
✅ REPOSITORY | trivy-sbom | yes | no | 2.51s | |
✅ REPOSITORY | trufflehog | yes | no | 164.81s | |
✅ YAML | prettier | 3 | 0 | 0 | 0.77s |
✅ YAML | v8r | 3 | 0 | 5.18s | |
✅ YAML | yamllint | 3 | 0 | 0.55s |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff
5f8cf1a
to
39d437d
Compare
1. first add it to Transifex and translate the strings, | ||
2. create a folder with the new language code in `src/locales` and download the | ||
translation file there, | ||
translation file there, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated due to MegaLinter Wrong amount of left-padding spaces(want multiple of 2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @buberdds!
Codecov Report
@@ Coverage Diff @@
## master #1621 +/- ##
==========================================
+ Coverage 82.83% 82.87% +0.04%
==========================================
Files 161 161
Lines 4147 4147
Branches 740 740
==========================================
+ Hits 3435 3437 +2
+ Misses 712 710 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
No description provided.