We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7793383 commit d194bc5Copy full SHA for d194bc5
1 file changed
template/.gitea/workflows/ci.yml.jinja
@@ -53,9 +53,10 @@ jobs:
53
ref: "{% raw %}${{ inputs.BEC_PLUGIN_REPO_BRANCH || github.head_ref || github.sha }}{% endraw %}"
54
path: ./{{ project_name }}
55
56
- - name: Lint for merge conflicts
57
- run: |
58
-
+ - name: Lint for merge conflicts from template updates
+ shell: bash
+ # Find all Copier conflicts except this line
59
+ run: '! grep -r "<<<<<<< before updating" | grep -v "grep -r \"<<<<<<< before updating"'
60
61
- name: Checkout BEC Core
62
uses: actions/checkout@v4
0 commit comments