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
3
.github/workflows/awesome_forkflow.yml
vendored
3
.github/workflows/awesome_forkflow.yml
vendored
@ -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