Skip to content

run the wrapper on pull requests to check for conflicts/etc. #1

run the wrapper on pull requests to check for conflicts/etc.

run the wrapper on pull requests to check for conflicts/etc. #1

Workflow file for this run

name: PR Check
run-name: ${{ inputs.release_type }} @ ${{ github.sha }}
on:
pull_request:
paths:
- resources\utilities\icons
- resources\new_icons.yaml
jobs:
build:
name: PR 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 -D