Skip to content

fix(coredns): update the IP address for the o11y node #217

fix(coredns): update the IP address for the o11y node

fix(coredns): update the IP address for the o11y node #217

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2028