mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
git diff master... --name-only > git_diff.txt
This commit is contained in:
2
.github/workflows/cpplint_modified_files.yml
vendored
2
.github/workflows/cpplint_modified_files.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- run: git remote -v
|
||||
- run: git branch
|
||||
#- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||
- run: git diff origin/master --name-only > git_diff.txt
|
||||
- run: git diff master... --name-only > git_diff.txt
|
||||
- name: cpplint_modified_files
|
||||
shell: python
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user