Ports 'Be polite! While on walk intent you won't bump, swap places or push other people now.' #9070
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: Check for DMI5 | |
on: | |
merge_group: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
check-dmi5: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ParadiseSS13/DMI5Checker@v1 | |
with: | |
icons-path: "icons" |