Skip to content

conflicts @ 28ce9e73ed434040bf9719d26906bfaff2f224c5 #461

conflicts @ 28ce9e73ed434040bf9719d26906bfaff2f224c5

conflicts @ 28ce9e73ed434040bf9719d26906bfaff2f224c5 #461

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