Generate CLI cheatsheet at build time

This commit is contained in:
thePR0M3TH3AN
2025-05-20 14:13:30 -04:00
parent 7697dd5828
commit 933fee54a9
4 changed files with 69 additions and 5 deletions

View File

@@ -58,6 +58,14 @@ jobs:
if-no-files-found: ignore
retention-days: 7
- name: Upload CLI Cheatsheet
uses: actions/upload-artifact@v4
with:
name: marlin-cli-cheatsheet
path: docs/cli_cheatsheet.md
if-no-files-found: warn
retention-days: 7
coverage:
name: Code Coverage (Tarpaulin)
needs: comprehensive-tests