Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 12, 2025

📝 Brief description

🎨 Huge refactor of CI/CD and updates dependencies

💻 Commits

  • 3c2cf0e - ChristophShyper - 2025-10-12 23:20:01
    🎨 Huge refactor of CI/CD and updates dependencies

📁 Modified files

.dockerignore | 3 +-
.editorconfig (new) | 10 ++
.github/dependabot.yml | 6 +-
.github/workflows/CRON.yml (gone) | 21 ---
.github/workflows/PUSH-MASTER.yml (gone) | 58 -------
.github/workflows/PUSH-OTHER.yml (gone) | 135 -----------------
.github/workflows/pull-request.yml (new) | 88 +++++++++++
.github/workflows/release.yml (new) | 75 +++++++++
.../workflows/weekly-dependency-check.yml (new) | 44 ++++++
.hadolint.yaml (new) | 21 +++
.pre-commit-config.yaml (new) | 46 ++++++
.shellcheckrc (new) | 5 +
.yamllint.yml (new) | 25 +++
Dockerfile | 49 +-----
Makefile (gone) | 57 -------
README.md | 65 +++++---
Taskfile.scripts.yml (new) | 167 +++++++++++++++++++++
Taskfile.variables.yml (new) | 160 ++++++++++++++++++++
Taskfile.yml (new) | 100 ++++++++++++
action.yml | 2 +-
entrypoint.sh (mode +x) | 1 +
21 files changed, 800 insertions(+), 338 deletions(-)

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

@github-actions github-actions bot requested review from a team and ChristophShyper as code owners October 12, 2025 21:11
@ChristophShyper ChristophShyper force-pushed the feat/refactor branch 2 times, most recently from 1137af9 to 84e6063 Compare October 12, 2025 21:15
@ChristophShyper ChristophShyper merged commit 625f7c5 into master Oct 12, 2025
3 checks passed
@ChristophShyper ChristophShyper deleted the feat/refactor branch October 12, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants