Skip to content

Commit d194bc5

Browse files
committed
fix: actually include merge conflict lint
1 parent 7793383 commit d194bc5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

template/.gitea/workflows/ci.yml.jinja

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ jobs:
5353
ref: "{% raw %}${{ inputs.BEC_PLUGIN_REPO_BRANCH || github.head_ref || github.sha }}{% endraw %}"
5454
path: ./{{ project_name }}
5555

56-
- name: Lint for merge conflicts
57-
run: |
58-
56+
- name: Lint for merge conflicts from template updates
57+
shell: bash
58+
# Find all Copier conflicts except this line
59+
run: '! grep -r "<<<<<<< before updating" | grep -v "grep -r \"<<<<<<< before updating"'
5960

6061
- name: Checkout BEC Core
6162
uses: actions/checkout@v4

0 commit comments

Comments
 (0)