Compare commits

...

2 Commits

Author SHA1 Message Date
fba541d354
checking GITHUB_ACTIONS envvar on codacy start
All checks were successful
Codacy Scan / Codacy Security Scan (push) Has been skipped
Build WHY2-chat / test-why2 (./out/why2-chat-client, ./configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Successful in 2m28s
Test Project / test-project (./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./test) (push) Successful in 2m25s
Test WHY2-core / test-why2 (why2, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 2m54s
Test WHY2-logger / test-why2 (why2-logger, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 3m7s
2025-01-09 19:51:31 +01:00
c5bcf99ffc
revert "created workflow symlinks for gitea actions"
this reverts commit 1edf24eefec59de8c58c35ce569532ed4ed1c48d
2025-01-09 19:45:05 +01:00
5 changed files with 1 additions and 4 deletions

View File

@ -1 +0,0 @@
../../.github/workflows/why2-chat-build.yml

View File

@ -1 +0,0 @@
../../.github/workflows/why2-core-test.yml

View File

@ -1 +0,0 @@
../../.github/workflows/why2-logger-test.yml

View File

@ -1 +0,0 @@
../../.github/workflows/why2-project.yml

View File

@ -27,6 +27,7 @@ permissions:
jobs:
codacy-security-scan:
if: env.GITHUB_ACTIONS == 'true' # Ensure this job runs only on GitHub
permissions:
contents: read
security-events: write