Skip to content

README.md: fix badges #2

README.md: fix badges

README.md: fix badges #2

Workflow file for this run

name: ShellCheck
on: [push, pull_request]
jobs:
ShellCheck:
runs-on: ubuntu-latest
steps:
- name: Install
run: |
wget -O /opt/shellcheck-stable.linux.x86_64.tar.xz https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz
tar xf /opt/shellcheck-stable.linux.x86_64.tar.xz -C /opt
- name: Version
run: /opt/shellcheck-stable/shellcheck --version
- name: Checkout
uses: actions/checkout@v3
- name: Analysis
run: /opt/shellcheck-stable/shellcheck telegraf-psi.sh