Skip to content

conflicts @ 7a4cc0aff0035265a983da6ab9f3c0477b84b9c1 #63

conflicts @ 7a4cc0aff0035265a983da6ab9f3c0477b84b9c1

conflicts @ 7a4cc0aff0035265a983da6ab9f3c0477b84b9c1 #63

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