Oxlint Feedback
Version updated for https://github.com/CatChen/oxlint-suggestion-action to version v1.0.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The oxlint-suggestion-action GitHub Action runs Oxlint on changes in a Pull Request and provides inline feedback by posting review comments for diagnostics on modified lines, ensuring that only issues relevant to the diff are highlighted. It automates the process of linting code and reviewing changes, reducing noise from pre-existing issues and improving code quality. Key capabilities include suggesting fixes directly in the Pull Request and optionally requesting changes or failing workflows based on linting results.
Release notes
What’s Changed
- Implemented resolving/unresolving review comments by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/34
- Implemented push event by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/38
- Bump lint-staged from 16.2.7 to 16.3.1 in the development-dependencies group by @dependabot[bot] in https://github.com/CatChen/oxlint-suggestion-action/pull/43
- Bump @types/node from 25.3.2 to 25.3.3 in the types group by @dependabot[bot] in https://github.com/CatChen/oxlint-suggestion-action/pull/42
- Implemented workflow event and other events by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/40
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/CatChen/oxlint-suggestion-action/pull/43
Full Changelog: https://github.com/CatChen/oxlint-suggestion-action/compare/v0.1...v1.0.0