[Action] Add actions to replace TAOS-CI
authorGichan Jang <gichan2.jang@samsung.com>
Fri, 20 Dec 2024 01:28:32 +0000 (10:28 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Fri, 20 Dec 2024 06:06:49 +0000 (15:06 +0900)
commitf589e738e0df11d7a5ea820d2b72f1de786a3de4
treea0372fbd22312057800d411092293228dc1ef017
parente73acb740dce3ecbf8a650f45fab790afb400a95
[Action] Add actions to replace TAOS-CI

Add actions to replace TAOS-CI

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
25 files changed:
.github/actions/check-rebuild/action.yml [new file with mode: 0644]
.github/actions/check-rebuild/check_if_rebuild_requires.sh [new file with mode: 0644]
.github/actions/gitpush/action.yml [new file with mode: 0644]
.github/workflows/daily-build-gbs.yml [new file with mode: 0644]
.github/workflows/gbs_build.yml [new file with mode: 0644]
.github/workflows/pdebuild.yml [new file with mode: 0644]
.github/workflows/static.check.scripts/cppcheck.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/doxygen-build.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/doxygen-tag.sh [new file with mode: 0755]
.github/workflows/static.check.scripts/executable.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/flawfinder.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/hardcoded-path.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/indent.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/misspelling.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/newline.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/nobody.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/prohibited-words.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/prohibited-words.txt [new file with mode: 0644]
.github/workflows/static.check.scripts/pylint.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/rpm-spec.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/shellcheck.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/signed-off-by.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/sloccount.sh [new file with mode: 0644]
.github/workflows/static.check.scripts/timestamp.sh [new file with mode: 0644]
.github/workflows/static.check.yml [new file with mode: 0644]