We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fedb1 commit abd0a2cCopy full SHA for abd0a2c
.github/workflows/cpplint_modified_files.yml
@@ -3,6 +3,7 @@
3
# 1. runs cpplint only on those files that have been modified vs. origin/master.
4
# 2. compiles with g++ only those files that have been modified vs. origin/master.
5
# 3. other optional filepath verifications may be commented out at the end of this file.
6
+# From: https://github.com/cpplint/GitHub-Action-for-cpplint
7
8
name: cpplint_modified_files
9
on: [push, pull_request]
0 commit comments