mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-14 02:30:40 +08:00
attempt to use actions/checkout@master
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user