mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
git diff --diff-filter=am --name-only master HEAD || true
This commit is contained in:
parent
10cff7b97f
commit
e13f4f4183
4
.github/workflows/cpplint_modified_files.yml
vendored
4
.github/workflows/cpplint_modified_files.yml
vendored
@ -17,6 +17,10 @@ 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 --diff-filter=am --name-only master HEAD || true
|
||||
- run: git diff --name-only origin/master HEAD || true
|
||||
- run: git diff --name-only upstream/master HEAD || true
|
||||
- run: git diff origin/master HEAD --name-only || true
|
||||
- run: git diff origin/master HEAD --name-only > git_diff.txt
|
||||
- name: cpplint_modified_files
|
||||
shell: python
|
||||
|
Loading…
Reference in New Issue
Block a user