Oxlint Feedback
Version updated for https://github.com/CatChen/oxlint-suggestion-action to version v0.1.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 the Oxlint linter on changes in a pull request and provides inline feedback by posting review comments directly on modified lines. It helps streamline code reviews by highlighting linting issues specific to the changes without introducing noise from pre-existing issues outside the diff. This action automates the process of identifying and addressing code quality issues in pull requests, improving code consistency and maintainability.
Release notes
What’s Changed
- Migrate formatting from Prettier to oxfmt by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/1
- Migrated from ESLint to Oxlint by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/2
- Added JavaScript tests by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/3
- Updated package name in package.json by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/4
- Updated action.yml for inputs by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/5
- Executing oxlint and parsing output by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/6
- Created real test workflow by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/7
- Implemented config-path by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/13
- Implemented pull_request event by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/19
- Created README by @CatChen in https://github.com/CatChen/oxlint-suggestion-action/pull/25
Full Changelog: https://github.com/CatChen/oxlint-suggestion-action/commits/v0.1.0