Skip to content

feat(devops): add audit and help Makefile targets, use make in CI#1

Open
devUnixx wants to merge 1 commit into
mainfrom
fix/43-makefile-targets
Open

feat(devops): add audit and help Makefile targets, use make in CI#1
devUnixx wants to merge 1 commit into
mainfrom
fix/43-makefile-targets

Conversation

@devUnixx
Copy link
Copy Markdown
Owner

Closes Vera3289#43

Changes

  • Added audit target: runs cargo audit for known vulnerability advisories
  • Added help target: prints all targets with descriptions via inline ## comments
  • Updated CI (.github/workflows/ci.yml) to use make fmt-check, make lint, and make test instead of raw cargo commands

Testing

All existing targets continue to work. make help lists every target with its description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Makefile targets for all common dev tasks

1 participant