Bump Fronter.NET from 4a1e8dc
to c8b62e7
#632
Workflow file for this run
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: "Validate DDS files" | |
on: | |
pull_request: | |
merge_group: | |
concurrency: | |
group: ci-validate-dds-files-${{ github.ref }}-1 | |
cancel-in-progress: true | |
jobs: | |
validate-dds-files: | |
runs-on: macos-12 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: mfinelli/setup-imagemagick@v5 | |
with: | |
cache: true | |
install-libfuse2: true | |
- name: "Install Wand library" | |
run: | | |
pip3 install Wand | |
- name: "Validate faith icons" | |
run: | | |
python3 ./tools/validate_dds_files.py |