glensc / nagios-plugin-check_raid

Nagios/Icinga/Sensu plugin to check current server's RAID status ⛺
144 stars 84 forks source link

Make use of GitHub Actions #218

Closed csware closed 1 year ago

csware commented 1 year ago

This adds support for GitHub Actions (comparable to Travis, but directly included in GitHub so that one can easily see whether the tests are passing).

This PR also fixes some failing tests.

Examples: https://github.com/csware/nagios-plugin-check_raid/actions and https://github.com/csware/nagios-plugin-check_raid/actions/runs/3862443935

glensc commented 1 year ago

Fill PR body and describe what this does.

csware commented 1 year ago

Done, I thought this was self explanatory.

csware commented 1 year ago

I also played a bit with automatically providing artifacts, e.g. https://github.com/csware/nagios-plugin-check_raid/actions/runs/3862828565 on my branch https://github.com/csware/nagios-plugin-check_raid/tree/fatpack, maybe this is helpful in the future to build releases...