Skip to content

Merge branch 'feat/migrate_ods_18' of https://github.com/ovh/manager … #44198

Merge branch 'feat/migrate_ods_18' of https://github.com/ovh/manager …

Merge branch 'feat/migrate_ods_18' of https://github.com/ovh/manager … #44198

name: "Merge Conflict Finder"
on: [push]
jobs:
merge_conflict_job:
runs-on: ubuntu-latest
name: Find merge conflicts
steps:
# Checkout the source code so we have some files to look at.
- uses: actions/checkout@v3
# Run the actual merge conflict finder
- name: Merge Conflict finder
uses: olivernybroe/[email protected]
with:
exclude_dir: "node_modules/**"