aaronsteers/TODO: Run <linter-name> with reviewdog

TODO: 🐶 Run <linter-name> with reviewdog on pull requests to improve code review experience.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 23, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: aaronsteers/action-ruff-linter@8d8492bce4f416788ec5986108660313ef8544ef # no releases — HEAD as of 2026-08-29

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGITHUB_TOKEN${{ github.token }}
workdirWorking directory relative to the root directory..
levelReport level for reviewdog [info,warning,error]error
reporterReporter of reviewdog command [github-pr-check,github-pr-review].github-pr-check
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. added
fail_on_errorExit code for reviewdog when errors are found [true,false] Default is `false`. false
reviewdog_flagsAdditional reviewdog flags""
locale-locale flag of misspell. (US/UK)""

no outputs