Skip to content

fix(flext): stabilize from clean 0.12.0-dev with conflict marker CI check - #177

Merged
marlon-costa-dc merged 1 commit into
0.12.0-devfrom
fix/stable-flext
Aug 28, 2026
Merged

fix(flext): stabilize from clean 0.12.0-dev with conflict marker CI check#177
marlon-costa-dc merged 1 commit into
0.12.0-devfrom
fix/stable-flext

Conversation

@marlon-costa-dc

@marlon-costa-dc marlon-costa-dc commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Stabiliza flext a partir de 0.12.0-dev clean.

Análise da situação:

  • Repo estava em detached HEAD (.git/HEAD apontava para branch inexistente 'wip/session-suspend-20260824/aihub-audit')
  • Nenhum broken merge ou conflict marker no 0.12.0-dev (origin)
  • 31 submodules, 4 CI workflows existentes
  • CI: 5 workflows (4 existentes + 1 nova: conflict-marker-check)

Summary by cubic

Adds a CI workflow that fails pull requests when tracked files contain merge conflict markers, excluding common dependency and build directories. This prevents broken merges from being accidentally introduced.

Written for commit 36679c2. Summary will update on new commits.

Review in cubic

…heck

**Análise:**
- Repo estava em detached HEAD (.git/HEAD apontava para branch inexistente 'wip/session-suspend-20260824/aihub-audit')
- Nenhum broken merge ou conflict marker no 0.12.0-dev (origin)
- 31 submodules, 4 CI workflows existentes
- CI: 5 workflows (4 existentes + 1 nova: conflict-marker-check)
Comment on lines +8 to +20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for merge conflict markers
run: |
markers=$(git grep -l '<<<<<<< HEAD\|=======$' -- \
$(git ls-files | grep -vE '\.venv/|node_modules/|dist/|build/|\.cache/|_vendor/' | tr '\n' ' ') 2>/dev/null || true)
if [ -n "$markers" ]; then
echo "::error::Merge conflict markers found in tracked files:"
echo "$markers"
exit 1
fi
echo "No conflict markers found."
@sonarqubecloud

Copy link
Copy Markdown

@marlon-costa-dc
marlon-costa-dc merged commit 2dc028c into 0.12.0-dev Aug 28, 2026
6 of 8 checks passed
@marlon-costa-dc
marlon-costa-dc deleted the fix/stable-flext branch August 28, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants