Skip to content

Update README.md

Update README.md #48

name: ALL BIOS FILES MD5SUM CHECK
on: push
jobs:
all-bios-files-md5sum-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test