Skip to content

conflicts @ fe3e4977c0cebf190764c8c542661763f6128e09 #37

conflicts @ fe3e4977c0cebf190764c8c542661763f6128e09

conflicts @ fe3e4977c0cebf190764c8c542661763f6128e09 #37

Workflow file for this run

name: Check Conflicts
run-name: conflicts @ ${{ github.sha }}
on:
workflow_dispatch:
pull_request:
paths:
- contribs/**
- app/src/main/rec/drawable-nodpi/**
jobs:
build:
name: Check Conflicts
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Export variables
run: bash .github/scripts/variables.sh >> $GITHUB_ENV
- name: Install dependencies
run: |
cd ${{ env.sd }}
sudo pip install -r requirements.txt
- name: Add new icons in dry mode
run: |
cd ${{ env.sd }}
python -u add_icons_wrapper.py