ci/trunk-based-development #1

Merged
arcodange merged 11 commits from ci/trunk-based-development into main 2026-04-06 13:20:01 +02:00
Showing only changes of commit a15f651bae - Show all commits

View File

@@ -102,29 +102,6 @@ jobs:
fi fi
echo "✅ Code is properly formatted" echo "✅ Code is properly formatted"
workflow-validation:
name: Arcodange Workflow Validation
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' || contains(github.ref, 'ci/')
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Arcodange workflow validation
run: ./scripts/cicd/validate-workflow.sh
- name: Check for workflow changes in PR
if: github.event_name == 'pull_request'
run: |
echo "🔍 Checking workflow changes..."
changes=$(git diff origin/main -- .gitea/workflows/ | grep -q "^-")
if [ $changes ]; then
echo "⚠️ Workflow changes detected - review recommended"
else
echo "✅ No workflow changes"
fi
version-check: version-check:
name: Version Management name: Version Management
runs-on: ubuntu-latest runs-on: ubuntu-latest