Skip to content

Add git conflict finder to CI/CD pipeline#379

Merged
kara-mela merged 1 commit intopan-ontologies:masterfrom
paulmillar:fix-iss378
Apr 14, 2026
Merged

Add git conflict finder to CI/CD pipeline#379
kara-mela merged 1 commit intopan-ontologies:masterfrom
paulmillar:fix-iss378

Conversation

@paulmillar
Copy link
Copy Markdown
Member

Motivation:

Robot's template command doesn't fail on git conflict markers, so we need another way of catching commits that mistaken include such markers.

Modification:

Include an additional check during the validate job of the build, to check that we don't have any such conflict markers.

Result:

Mistakenly including conflict markers in a commit now cause the CI/CD build to fail.

Closes: #378

Motivation

Modification

Result

Related Issues

Motivation:

Robot's template command doesn't fail on git conflict markers, so we
need another way of catching commits that mistaken include such markers.

Modification:

Include an additional check during the `validate` job of the build, to
check that we don't have any such conflict markers.

Result:

Mistakenly including conflict markers in a commit now cause the CI/CD
build to fail.

Closes: pan-ontologies#378
@kara-mela kara-mela merged commit 895465a into pan-ontologies:master Apr 14, 2026
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.

Build doesn't fail if CSV file contains git conflict markers

2 participants