Skip to content

Fix debug output for raw check list, fix --hide-serial in debug output #125

Fix debug output for raw check list, fix --hide-serial in debug output

Fix debug output for raw check list, fix --hide-serial in debug output #125

Workflow file for this run

# @file launchhelp.yml
---
name: Launch help
# Trigger the workflow on push or pull request
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install perl
run: |
sudo apt-get install -qq -yy perl
- name: Launch script with --help
run: |
./check_smart.pl --help