Oxlint Feedback
Version updated for https://github.com/CatChen/oxlint-suggestion-action to version v1.0.4.
- 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 to analyze code changes in a Pull Request and provides inline feedback by adding review comments directly to modified lines, ensuring that pre-existing issues outside the diff do not create unnecessary noise. It automates the process of identifying and addressing linting issues specific to the changes introduced in a PR, helping maintain code quality and streamlining code review. Key features include the ability to flag changes, request modifications, and optionally fail the workflow based on linting results.
What’s Changed
What’s Changed
- Bump @types/node from 25.5.0 to 25.5.2 in the types group by @dependabot[bot] in https://github.com/CatChen/oxlint-suggestion-action/pull/288
- Bump the development-dependencies group with 2 updates by @dependabot[bot] in https://github.com/CatChen/oxlint-suggestion-action/pull/292
- Bump dependabot/fetch-metadata from 2 to 3 by @dependabot[bot] in https://github.com/CatChen/oxlint-suggestion-action/pull/296
- Bump @actions/github from 9.0.0 to 9.1.0 in the actions group by @dependabot[bot] in https://github.com/CatChen/oxlint-suggestion-action/pull/299
- Fix no-unsafe-negation test file to trigger oxlint warning by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/311
- Bump @types/node from 25.5.2 to 25.6.0 in the types group by @dependabot[bot] in https://github.com/CatChen/oxlint-suggestion-action/pull/308
Full Changelog: https://github.com/CatChen/oxlint-suggestion-action/compare/v1.0.3...v1.0.4