mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
use master branches for actions
This commit is contained in:
parent
388d06c8ee
commit
03d7fa8b67
6
.github/workflows/clang-format.yml
vendored
6
.github/workflows/clang-format.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Long CI Workflow
|
name: Awesome CI Workflow
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
# push:
|
# push:
|
||||||
@ -125,8 +125,8 @@ jobs:
|
|||||||
needs: code_format
|
needs: code_format
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@master
|
||||||
- run: pip install cpplint
|
- run: pip install cpplint
|
||||||
- run: git pull
|
- run: git pull
|
||||||
- run: cpplint --filter=-legal --recursive .
|
- run: cpplint --filter=-legal --recursive .
|
||||||
|
Loading…
Reference in New Issue
Block a user