PS3_Toolset/.github/workflows/validate_firmware.yml
dracinn 4372259963
add missing firmwares from 4.80 to 4.87
closes #4

Co-authored-by: dracinn <dracinn@gmail.com>
2022-10-16 17:08:47 +02:00

15 lines
324 B
YAML

name: Validate firmware
on:
- pull_request
jobs:
firmware-check:
name: Validate firmware
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Validate firmware
run: "cd files && md5sum -c nofsm_patch_md5.sum && sha1sum -c nofsm_patch_sha1.sum"