Skip to content

Block metrics endpoint #197

Block metrics endpoint

Block metrics endpoint #197

Workflow file for this run

---
name: Bash CI
on:
pull_request:
push:
branches:
- main
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2028