fix: check for merge conflicts
CI for microxas_bec / test (push) Failing after 5s
CI for microxas_bec / test (pull_request) Failing after 4s

This commit is contained in:
2026-02-27 13:39:01 +01:00
parent 9a2fb7d229
commit 4415156863
+4 -3
View File
@@ -53,9 +53,10 @@ jobs:
ref: "${{ inputs.BEC_PLUGIN_REPO_BRANCH || github.head_ref || github.sha }}"
path: ./microxas_bec
- name: Lint for merge conflicts
run: |
- name: Lint for merge conflicts from template updates
shell: bash
# Find all Copier conflicts except this line
run: '! grep -r "<<<<<<< before updating" | grep -v "grep -r \"<<<<<<< before updating"'
- name: Checkout BEC Core
uses: actions/checkout@v4