Skip to content

Harden GitHub Actions Python file discovery #129

@codeforester

Description

@codeforester

Migrated from TODO.md.

Source section

P3 - Performance And CI Hardening

Problem

The pylint workflow uses unquoted command substitution with git ls-files '*.py'.

Goal

Avoid word splitting issues in CI.

Expected behavior

Use a null-delimited or xargs-based invocation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions