mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
pull before proceeding
This commit is contained in:
parent
bc615f5bb9
commit
40af5a53a9
8
.github/workflows/clang-format.yml
vendored
8
.github/workflows/clang-format.yml
vendored
@ -64,6 +64,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
|
- name: pull latest commit
|
||||||
|
run: git pull
|
||||||
- name: Update DIRECTORY.md
|
- name: Update DIRECTORY.md
|
||||||
shell: python
|
shell: python
|
||||||
run: |
|
run: |
|
||||||
@ -125,7 +127,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
- run: pip install cpplint
|
- run: |
|
||||||
|
pip install cpplint
|
||||||
|
git pull
|
||||||
- run: cpplint --filter=-legal --recursive .
|
- run: cpplint --filter=-legal --recursive .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@ -139,6 +143,8 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
- name: git pull
|
||||||
|
run: git pull
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -B ./build -S .
|
run: cmake -B ./build -S .
|
||||||
- name: build
|
- name: build
|
||||||
|
Loading…
Reference in New Issue
Block a user