Skip to content

conflicts @ 83336ea012eae3620dc6079031be6eefc5aa8136 #93

conflicts @ 83336ea012eae3620dc6079031be6eefc5aa8136

conflicts @ 83336ea012eae3620dc6079031be6eefc5aa8136 #93

Workflow file for this run

name: Conflicts Check
run-name: conflicts @ ${{ github.sha }}
on:
pull_request:
paths:
- 'resources/utilities/icons/**'
- 'resources/new_icons.yaml'
- 'resources/vectors/**'
- 'app/src/main/rec/drawable-nodpi/**'
jobs:
build:
name: Conflicts Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: sudo pip install -r resources/utilities/requirements.txt
- name: Add new icons
run: python -u resources/utilities/add_icons_wrapper.py