devguard audit
Version updated for https://github.com/kevinpatildxd/devguard-action to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The devguard-action GitHub Action automates auditing for Node.js and React projects within a CI pipeline, identifying issues such as dependency problems, misconfigured environment files, dead imports, inefficient re-render patterns, accessibility violations, and React Server Component boundary errors. By integrating these checks into CI, it ensures code quality and prevents problematic changes from being merged, streamlining the development process with robust error detection and optional configuration flexibility.
What’s Changed
- chore: build dist (61d2200)
- feat: initial devguard-action (d28d0ef)
- Initial commit (31ddf9d)