Skip to content

conflicts @ c7813ee9c4226fb3358a73a7001840863437e2c1 #315

conflicts @ c7813ee9c4226fb3358a73a7001840863437e2c1

conflicts @ c7813ee9c4226fb3358a73a7001840863437e2c1 #315

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