mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 05:55:08 +00:00
[PR #500] [CLOSED] GitHub Action run cpplint only on files that differ from master #918
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/500
Author: @cclauss
Created: 11/28/2019
Status: ❌ Closed
Base:
master← Head:cpplint_modified_files📝 Commits (4)
1502c9eGitHub Action run cpplint only on files that differ from masterc36e800g++ cpp_files69b7aa0Update cpplint_modified_files.yml554a175f-strings📊 Changes
1 file changed (+64 additions, -0 deletions)
View changed files
➕
.github/workflows/cpplint_modified_files.yml(+64 -0)📄 Description
GitHub Action that runs cpplint only on those files in a pull request that have been modified vs. origin/master
This allows for gradual compliance with cpplint as only files added or modified are checked.
Other optional filepath verifications are commented out at the end of this file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.