Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update checkpatch to run only when kernel files are touched #389

Merged
merged 1 commit into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. Update checkpatch to run only when kernel files are touched

    Updating the checkpatch github action so that it only runs when we
    modify kernel related files (ex: Anything in 3.17/4.5 sub directories).
    
    This change keeps the tests run during a PR cleaner by only running
    when it is most relevant for code styling/commit messages that are
    relevant to keeping style parity with upstream, while ignoring
    irrelevant changes to files that aren't upstream (such as this one).
    Joshua-Dickens committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    79ebd6c View commit details
    Browse the repository at this point in the history