Skip to content

ci: add ruff check to workflow - #359

Open
rajanpanth wants to merge 1 commit into
OWASP:masterfrom
rajanpanth:ci/add-ruff-workflow
Open

ci: add ruff check to workflow#359
rajanpanth wants to merge 1 commit into
OWASP:masterfrom
rajanpanth:ci/add-ruff-workflow

Conversation

@rajanpanth

Copy link
Copy Markdown

Summary

  • Adds poetry run ruff check . to the existing build+test workflow
  • Runs Ruff only once on the Python 3.11 matrix entry to avoid repeating the same repository lint on every Python version

Closes #292.

Testing

  • Not run locally: Poetry is not installed in the current environment.

Notes

AI assistance was used to help prepare this change.

Signed-off-by: rajanpanth <rajan.pantha@samriddhicollege.edu.np>
@rajanpanth
rajanpanth requested a review from izar as a code owner August 15, 2026 14:35
@NoodlesNZ

Copy link
Copy Markdown
Contributor

Currently poetry run ruff check . gives 108 errors on the master branch. This would block other PRs from merging cleanly until the errors are fixed. While this is a good idea, we probably need to delay this for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add ruff to gh workflows

2 participants