Skip to content

Instantly share code, notes, and snippets.

@italosantana
Created January 4, 2022 22:50
Show Gist options
  • Save italosantana/5c659758764cf22c058ce201413cf8ee to your computer and use it in GitHub Desktop.
Save italosantana/5c659758764cf22c058ce201413cf8ee to your computer and use it in GitHub Desktop.
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@v2
# Run the actual merge conflict finder
- name: Merge Conflict finder
uses: olivernybroe/action-conflict-finder@v2.0
with:
exclude_dir: "path/to/ignore,path/to/ignore2"
excludes: "ignore.me,*.zip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment