mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
run: git diff origin/master --name-only > git_diff.txt
This commit is contained in:
parent
a606d9782d
commit
616ad99a45
4
.github/workflows/cpplint_modified_files.yml
vendored
4
.github/workflows/cpplint_modified_files.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
- run: python -m pip install cpplint
|
- run: python -m pip install cpplint
|
||||||
- run: git remote -v
|
- run: git remote -v
|
||||||
- run: git branch
|
- run: git branch
|
||||||
- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
#- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||||
- run: git diff master --name-only > git_diff.txt
|
- run: git diff origin/master --name-only > git_diff.txt
|
||||||
- name: cpplint_modified_files
|
- name: cpplint_modified_files
|
||||||
shell: python
|
shell: python
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user