run the wrapper on pull requests to check for conflicts/etc. #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |