Skip to content

[receiver/icmpcheckreceiver] New icmpcheckreceiver component skeleton. #40196

[receiver/icmpcheckreceiver] New icmpcheckreceiver component skeleton.

[receiver/icmpcheckreceiver] New icmpcheckreceiver component skeleton. #40196

Workflow file for this run

name: shellcheck
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-24.04
env:
VERSION: v0.10.0
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: shellcheck workflow-scripts
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: ".github/workflows/scripts"
severity: warning
version: ${{ env.VERSION }}
- name: shellcheck buildscripts
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: "internal/buildscripts"
severity: warning
version: ${{ env.VERSION }}