Skip to content

CI: Gate on C23 compilers; move older compilers to canaries #276

CI: Gate on C23 compilers; move older compilers to canaries

CI: Gate on C23 compilers; move older compilers to canaries #276

Workflow file for this run

# SPDX-License-Identifier: LicenseRef-MIND-UCAL-1.0
name: CI
on:
push:
branches: [ main, develop ]
tags:
- 'v*'
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
migration-notice:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Migration Status
run: |
echo "🚧 MIGRATION IN PROGRESS 🚧"
echo ""
echo "CI is temporarily disabled while we rebuild with:"
echo "- Zero warnings (down from 11,951)"
echo "- Proper error handling"
echo "- Security-first design"
echo "- Clean architecture"
echo ""
echo "See docs/enforcer/ROADMAP_TO_REFACTORING.md for details"
echo ""
echo "✅ CI PASSES (migration mode)"