Skip to content

CI - bootstrap GitHub Actions with lint and secrets jobs#3

Merged
crisfmb merged 3 commits intomainfrom
ci/github-actions-bootstrap
May 7, 2026
Merged

CI - bootstrap GitHub Actions with lint and secrets jobs#3
crisfmb merged 3 commits intomainfrom
ci/github-actions-bootstrap

Conversation

@crisfmb
Copy link
Copy Markdown
Owner

@crisfmb crisfmb commented May 7, 2026

Summary

Bootstrap CI with two concern-based jobs: lint and secrets.

What changed

  • Added .github/workflows/ci.yml
  • lint job runs actionlint, markdownlint, yamllint
  • secrets job runs gitleaks against full git history
  • README/LICENSE markdownlint fixes

How to verify

  • CI runs on push and PR to main
  • Each job runs on its own runner in parallel
  • Failure on either job will block merge to main once the check names are added to branch protection

Refs #1
Refs #2

@crisfmb crisfmb self-assigned this May 7, 2026
@crisfmb crisfmb added the good first issue Good for newcomers label May 7, 2026
@crisfmb crisfmb merged commit 7f989be into main May 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant