All projects
devops cloud
A CI pipeline on a repository you own
Lint, test and build on every push, and make the badge mean something.
Why it matters
A green badge on a repository is the cheapest credibility signal there is, and setting one up teaches you what a build actually does.
What you build
- Tests running on every push
- Linting and formatting enforced
- A build artifact produced
- A branch protected by the checks
If you want more
- Add a dependency vulnerability scan
- Cache dependencies to speed it up
Build it
- Enforce linting and formatting
- Produce a build artifact
Material for the whole build
Shows you expect automation to catch mistakes rather than relying on people remembering.
Get a plan built around projects like this