Skip to content

Changelog: Nextflow v26.05.0-edge #7882

Changelog: Nextflow v26.05.0-edge

Changelog: Nextflow v26.05.0-edge #7882

# https://stackoverflow.com/a/76322606
name: No unresolved conflicts
on:
pull_request:
branches: [master]
jobs:
detect-unresolved-conflicts:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # ratchet:actions/checkout@v6.0.3
- name: List files with merge conflict markers
run: git --no-pager grep '^<<<<<<< ' ":(exclude).github/" || true
- name: Fail if merge conflict markers found
run: exit $(git grep '^<<<<<<< ' ":(exclude).github/" | wc --lines)