Skip to content

Feat/prettier to antfu #193

Feat/prettier to antfu

Feat/prettier to antfu #193

# 馃敆 Links:
# Source file: https://github.com/rootstrap/react-native-template/blob/master/.github/workflows/check-merge-conflicts.yml
# 鉁嶏笍 Description:
# This action is used to check for merge conflicts.
# Runs on any pull request, and also when pushing to main/master
# 馃毃 GITHUB SECRETS REQUIRED: NONE
name: Check for merge conflicts
on:
push:
branches: [main, master]
pull_request:
types: [opened, synchronize]
jobs:
check-conflicts:
runs-on: ubuntu-latest
steps:
- name: 馃摝 Checkout project repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check for merge conflicts
uses: olivernybroe/action-conflict-finder@v4.0