Open eifinger opened 5 days ago
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.
actionlint is currently failing because of https://github.com/rhysd/actionlint/issues/484
Alternative for the removed changed-files
input tested here: https://github.com/astral-sh/ruff-action/actions/runs/12017035736/job/33498508269
Summary
Converts the action from a composite to javascript. Most importantly to make use of prebuilt libraries and helpers like actions/toolkit.
The structure and features are modeled after astral-sh/setup-uv
Changes
🚨 Breaking changes
Removes the
changed-files
input.This input could previously be used to run ruff only on files changed in a PR. The functionality was implemented by calling another action. This repo should focus on providing a quick and easy way to use ruff in GitHub Actions, not add more functionality on top of ruff.
The previous functionality can be replicated with:
This was tested here: https://github.com/astral-sh/ruff-action/actions/runs/12017035736/job/33498508269