-
Notifications
You must be signed in to change notification settings - Fork 0
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
ci: add manual trigger for docs update #10
Conversation
Signed-off-by: Ahmed Moussa <ahmed.moussa@iohk.io>
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 4 | 0 | 0.1s | |
✅ EDITORCONFIG | editorconfig-checker | 52 | 0 | 0.14s | |
✅ JSON | eslint-plugin-jsonc | 1 | 0 | 1.17s | |
✅ JSON | jsonlint | 1 | 0 | 0.16s | |
prettier | 1 | 1 | 0.33s | ||
✅ JSON | v8r | 1 | 0 | 2.4s | |
✅ KOTLIN | ktlint | 25 | 0 | 48.31s | |
markdownlint | 6 | 61 | 1.29s | ||
✅ MARKDOWN | markdown-table-formatter | 6 | 0 | 0.27s | |
✅ REPOSITORY | devskim | yes | no | 1.53s | |
✅ REPOSITORY | dustilock | yes | no | 0.05s | |
✅ REPOSITORY | gitleaks | yes | no | 0.26s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | grype | yes | no | 14.01s | |
✅ REPOSITORY | secretlint | yes | no | 0.84s | |
✅ REPOSITORY | syft | yes | no | 0.29s | |
✅ REPOSITORY | trivy | yes | no | 8.25s | |
✅ REPOSITORY | trivy-sbom | yes | no | 1.67s | |
✅ XML | xmllint | 1 | 0 | 0.01s | |
prettier | 8 | 1 | 0.71s | ||
✅ YAML | v8r | 8 | 0 | 7.95s | |
✅ YAML | yamllint | 8 | 0 | 0.46s |
See detailed report in MegaLinter reports
You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:
- oxsecurity/megalinter/flavors/documentation@v7.4.0 (51 linters)
- oxsecurity/megalinter/flavors/ruby@v7.4.0 (51 linters)
- oxsecurity/megalinter/flavors/rust@v7.4.0 (51 linters)
- oxsecurity/megalinter/flavors/swift@v7.4.0 (51 linters)
- oxsecurity/megalinter/flavors/go@v7.4.0 (53 linters)
- oxsecurity/megalinter/flavors/php@v7.4.0 (54 linters)
- oxsecurity/megalinter/flavors/salesforce@v7.4.0 (54 linters)
- oxsecurity/megalinter/flavors/java@v7.4.0 (55 linters)
- oxsecurity/megalinter/flavors/terraform@v7.4.0 (55 linters)
- oxsecurity/megalinter/flavors/javascript@v7.4.0 (60 linters)
- oxsecurity/megalinter/flavors/python@v7.4.0 (62 linters)
- oxsecurity/megalinter/flavors/dotnet@v7.4.0 (63 linters)
- oxsecurity/megalinter/flavors/dotnetweb@v7.4.0 (72 linters)
- oxsecurity/megalinter/flavors/cupcake@v7.4.0 (85 linters)
Signed-off-by: Ahmed Moussa <ahmed.moussa@iohk.io>
466c38a
to
6ea2a75
Compare
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.
I was going to ask you to make it automatic with a tag, but I see you already did :)
push: | ||
tags: | ||
- "*" |
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.
Also add just on the main branch ;)
Overview
Add documentation generation
Fixes #
Checklist
My PR contains...
My changes...
Documentation
Tests