Skip to content

Added new wiring image. updated readme #10

Added new wiring image. updated readme

Added new wiring image. updated readme #10

Workflow file for this run

name: ShellCheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive
- name: Shellcheck Shell Files
run: shellcheck --color=always --severity=error --check-sourced ./grafana/run.sh ./grafana/setup.sh
# run: shellcheck --color=always --exclude=1072,1073,1009,2148,2142 --severity=error --check-sourced ./grafana/run.sh ./grafana/setup.sh