Skip to content

conflicts @ 8bd07434d3b6f4c2f1ef61e98d03d34eff362853 #683

conflicts @ 8bd07434d3b6f4c2f1ef61e98d03d34eff362853

conflicts @ 8bd07434d3b6f4c2f1ef61e98d03d34eff362853 #683

Workflow file for this run

name: Check for Conflicts
run-name: conflicts @ ${{ github.sha }}
on:
workflow_dispatch:
pull_request:
paths:
- contribs/icons/**
- contribs/icons.yml
permissions:
contents: read
env:
FORCE_COLOR: 1
PYTHONUNBUFFERED: 1
jobs:
build:
name: Check for Conflicts
runs-on: ubuntu-24.04
defaults:
run:
working-directory: resources/scripts
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
cache: pip
- name: Install Python deps
run: |
pip install -r requirements.txt
- name: Process icons in dry run
run: |
python process_icons.py -d 2>&1