Commit Graph

12 Commits

Author SHA1 Message Date
Krishna Vedala
237dec9b6d fix build path argument & Use clang-9
(cherry picked from commit 5eddf0cd9536f328a6a3485b5ed59705618a1433)
2020-07-08 18:01:18 -04:00
Krishna Vedala
74853589cc provide clang-tidy with compilation details 2020-07-08 18:01:18 -04:00
Krishna Vedala
c4100f24ed set clang-tidy standard to c++11 2020-07-08 18:01:18 -04:00
Krishna Vedala
9ee72f3af3 test passed, removing test code
Test link: https://github.com/TheAlgorithms/C-Plus-Plus/pull/943/checks?check_run_id=851231578
2020-07-08 18:01:18 -04:00
Krishna Vedala
c5f2e2af3c move test to top 2020-07-08 18:01:17 -04:00
Krishna Vedala
adbc62b3b6 test dump config to ensure config is read correctly 2020-07-08 18:01:17 -04:00
Krishna Vedala
1df1f2d55f use clang-tidy config file 2020-07-08 18:01:17 -04:00
Krishna Vedala
acde74edf6 commenting redundant clang-format as clang-tidy will take care of that 2020-07-08 18:01:17 -04:00
Krishna Vedala
deb0a2da6a fixes to git commit 2020-07-08 18:01:17 -04:00
Krishna Vedala
9b69d22416 add suffix -- to clang-tidy & commit 2020-07-08 18:01:16 -04:00
Krishna Vedala
ac21a54db2 test commit for using clang-tidy instead of cpplint 2020-07-08 18:01:16 -04:00
Krishna Vedala
69f7c9c6e1 [fix] Enable CI for pull_requests (#864)
* rename awesome workflow

* added new PR workflow - only cpplint and compilation

* simple doc add

* rename PR workflow

* removed cpplint dependency

* try v1 checkout

* remove pr specific CI

* remove dependency to perform git pull

* remove blank line

* remove checkout@master and use v1

* remove hyphen

* remove misplaced with statement

* remove redundant git pull

* try git pull from origin for compile check

* remove git pull altogehter

* use setup-python-v2
2020-06-20 16:57:41 +05:30