Skip to content

conflicts @ bd6b32778f7b21ce80b5f7349efc5d9c769c19f6 #467

conflicts @ bd6b32778f7b21ce80b5f7349efc5d9c769c19f6

conflicts @ bd6b32778f7b21ce80b5f7349efc5d9c769c19f6 #467

name: Check Conflicts
run-name: conflicts @ ${{ github.sha }}
on:
workflow_dispatch:
pull_request:
paths:
- app/src/main/rec/drawable-nodpi/**
- contribs/**
jobs:
build:
name: Check Conflicts
runs-on: ubuntu-22.04
defaults:
run:
working-directory: .github/scripts
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pip
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
- name: Add icons
run: |
python -u add_icons_wrapper.py