mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
GitHub action to check for DMI5 (#17881)
* GitHub action to check for DMI5 * Maybe? * bump * checkout first * Bumps some icons
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: Check for DMI5
|
||||
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
check-dmi5:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ParadiseSS13/DMI5Checker@v1
|
||||
with:
|
||||
icons-path: 'icons'
|
||||
|
||||
Reference in New Issue
Block a user