Files
dependabot[bot] 0673266a06 Bump actions/checkout from 3 to 4 (#22248)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 19:29:45 +01:00

15 lines
219 B
YAML

name: Check for DMI5
on: pull_request_target
jobs:
check-dmi5:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ParadiseSS13/DMI5Checker@v1
with:
icons-path: 'icons'