mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
removed need for cpplint
This commit is contained in:
parent
cac9505829
commit
5a737a725d
5
.github/workflows/awesome_forkflow.yml
vendored
5
.github/workflows/awesome_forkflow.yml
vendored
@ -132,7 +132,7 @@ jobs:
|
||||
# - run: pip install cpplint
|
||||
# - run: git pull
|
||||
# - run: cpplint --filter=-legal --recursive .
|
||||
|
||||
|
||||
cpplint_modified_files:
|
||||
runs-on: ubuntu-latest
|
||||
needs: code_format
|
||||
@ -197,7 +197,8 @@ jobs:
|
||||
build:
|
||||
name: Compile checks
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: [cpplint, update_directory_md, cpplint_modified_files]
|
||||
# needs: [cpplint, update_directory_md, cpplint_modified_files]
|
||||
needs: [update_directory_md, cpplint_modified_files]
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
Loading…
Reference in New Issue
Block a user