Skip to content

Fix performance data format, missing perfdata in SCSI drives #134

Fix performance data format, missing perfdata in SCSI drives

Fix performance data format, missing perfdata in SCSI drives #134

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