Commit Graph

45 Commits (6d91e800be71e8b154eae12622492f8bd04fdf9c)

Author SHA1 Message Date
Ming Tsai f55d459645
chore: skip Portuguese folder on code spell 2022-02-07 11:03:26 -04:00
Ming Tsai 7a91b8d862
docs: remove option on checklist
The description does not end with punctuation
2021-10-19 09:20:58 -04:00
Ming Tsai bc5d468093
docs: add checklist for pull request template (#568)
Co-authored-by: Ujjwal <75884061+UG-SEP@users.noreply.github.com>
2021-10-16 13:24:32 -04:00
Ming Tsai 2d48851620
chore: delete label.yml 2021-08-29 15:31:24 -04:00
Ming Tsai 94c823596a
chore: only active the action on open pr to main 2021-08-24 09:11:11 -04:00
Ming Tsai a6e2662bf5
chore(label.yml): configured path 2021-08-24 09:10:08 -04:00
Ming Tsai a45d02aa62
chore: delete labeler.yml 2021-08-24 09:08:04 -04:00
Can Huynh 31418cd9d4
chore(Python): added 0/1 knapsack problem (#415) 2021-08-20 09:34:21 -04:00
Ming Tsai 82250706f8
feat: add lebeler (#414) 2021-08-09 20:33:49 -04:00
Ming Tsai 460843a61a chore: change the discord invited link 2021-07-17 16:59:51 -04:00
Ming Tsai 8703a9e533
docs: update invitation message 2021-07-12 14:06:34 -04:00
Ming Tsai bf777b1dca
docs: add discord link 2021-07-12 09:10:59 -04:00
Ming Tsai 40d5a6ed74
docs: update the proposal title 2021-06-20 11:41:55 -04:00
Ujjwal 782a746aa2
docs(template): create proposal issue (#360) 2021-06-18 10:00:04 -04:00
Ming Tsai c04969fae5
chore: add push contidion 2021-05-07 19:22:15 -04:00
Ming Tsai 1e85e00602
docs: add invited message 2021-04-26 11:04:46 -04:00
Ming Tsai 40c0396611
chore: add codeql-analysis.yml 2021-04-24 19:59:00 -04:00
Ming Tsai 904456e9f5
chore: change python to Python 2021-04-24 19:54:20 -04:00
Atin Bainada c0a6630bb5
chore: create pull request template (#259) 2021-04-23 14:41:38 -04:00
Ming Tsai 2ca73817dd
chore: add MakeContributions link 2021-04-23 11:43:20 -04:00
Atin Bainada 26e6002b2d
Fixed firstPRMergeComment and removed comments (#254) 2021-04-23 06:51:27 -04:00
Ming Tsai abffe2aac8
chore: delete greeting.yml 2021-04-22 14:33:47 -04:00
Ming Tsai b7f9b30478
chore: add Welcome bot 2021-04-22 14:33:28 -04:00
Atin Bainada 681474f6a9
Create BUG REPORT issue template (#250) 2021-04-22 07:27:16 -04:00
Atin Bainada 2f43aab832
fix: go test failing (#234)
* fix: go test failing

* golangci_lint_flags enabled

* Update go.yml
2021-04-20 17:25:29 -04:00
Atin Bainada 799b40b7e3
Migration of Go (#215) 2021-04-18 10:26:25 -04:00
Ming Tsai d040732605
chore: add ignore file package-lock.json 2021-04-16 14:48:55 -04:00
Ming Tsai bff02713dc
chore: rename cpplint.yml to cpp.yml 2021-04-16 14:44:04 -04:00
Ming Tsai 69a8c37147
chore: only run cpp action on its file change 2021-04-16 14:43:30 -04:00
Ming Tsai a123ccd805
[Enhancement] Add Eslint + Prttier for JavaScript project (#217) 2021-04-16 14:38:23 -04:00
Ming Tsai 9219607191
chore: delete node.js CI 2021-04-16 14:26:02 -04:00
Ming Tsai 93e4702ab7
chore: add node js CI 2021-04-16 14:24:07 -04:00
Christian Clauss eb037403b8
Move codespell to a separate GitHub Action (#209)
* Move codespell to a separate GitHub Action

* paths: '**.py'

* Update codespell.yml

* Update lint_python.yml

* Update and rename lint_python.yml to python.yml
2021-04-16 08:31:09 -04:00
Ming Tsai b0e089603c
chore: add paths for dotnet action (#205) 2021-04-15 09:10:43 -04:00
Ming Tsai 92e336fcae chore: add path on restore, build and test 2021-04-14 21:57:01 -04:00
Ming Tsai ed658ec53d
chore: list the folder before run dotnet test 2021-04-14 21:53:40 -04:00
Ming Tsai e9c25476d6
chore: list the directory 2021-04-14 21:50:45 -04:00
Ming Tsai f62e6f7281
fix: the cd path 2021-04-14 21:45:49 -04:00
Ming Tsai 9d35a9e42c
chore: add dotnet action 2021-04-14 21:44:45 -04:00
Ming Tsai 2017c59218
chore: add ignore word (#181) 2021-04-13 19:09:05 -04:00
Christian Clauss d7860a161e
GitHub Action to lint C and C++ code (#156)
* GitHub Action to lint C and C++ code

GitHub Action to run cpplint recursively on all pushes and pull requests https://github.com/cpplint/GitHub-Action-for-cpplint

* Update cpplint.yml

* Update cpplint.yml

* Update cpplint.yml

* Fix import order

Found C system header after C++ system header. Should be: doubly.h, c system, c++ system, other.  [build/include_order] [4]

* Fix import order

* Update string-tokeniser.cpp
2021-04-11 13:48:29 -04:00
Christian Clauss 0459f08eeb
GitHub Action to lint Python code (#151)
* GitHub Action to lint Python code

* Fix typo
2021-04-10 21:21:48 -04:00
Ming Tsai cc756628a2
chore: add workflows name attribute 2021-03-12 18:49:04 -04:00
Goutham Krishna 891c5816ac
Rename greating.yml to greeting.yml (#107) 2021-03-12 18:40:32 -04:00
Tawfik Yasser 8c1cb2095f
Create greating.yml (#73) 2021-02-11 11:55:54 -04:00