prometheus-community / node-exporter-textfile-collector-scripts

Scripts for node-exporter's textfile collector
Apache License 2.0
512 stars 191 forks source link

Migrate CircleCI config to GitHub Actions #145

Closed dswarbrick closed 1 year ago

dswarbrick commented 1 year ago

Implement Python flake8 linting and shellcheck as GitHub Actions. Preserve stub CircleCI config with no-op workflow.

dswarbrick commented 1 year ago

shellcheck SC2086 (double quote to prevent globbing and word splitting) excluded for now, since two scripts in the repo fail that check, which were apparently not being caught by the previous CircleCI workflow. I will fix those scripts in a separate PR and reinstate the SC2086 check then.