mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
attempt to use actions/checkout@master
This commit is contained in:
parent
5a737a725d
commit
2bf0c00e90
4
.github/workflows/awesome_forkflow.yml
vendored
4
.github/workflows/awesome_forkflow.yml
vendored
@ -138,8 +138,8 @@ jobs:
|
||||
needs: code_format
|
||||
name: CPPLINT
|
||||
steps:
|
||||
- uses: actions/checkout@v1 # v2 is broken for git diff
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/checkout@master # v2 is broken for git diff
|
||||
- uses: actions/setup-python@master
|
||||
- run: python -m pip install cpplint
|
||||
- run: git remote -v
|
||||
- run: git branch
|
||||
|
Loading…
Reference in New Issue
Block a user