Fix debug output for raw check list, fix --hide-serial in debug outpu… #127
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @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 |