Skip to content

use mapped address when sentinel failover moved pubsub connections #25

use mapped address when sentinel failover moved pubsub connections

use mapped address when sentinel failover moved pubsub connections #25

Workflow file for this run

name: JSDoc Check
on:
pull_request:
jobs:
jsdoc-check:
name: JSDoc Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "npm"
- name: Install packages
run: npm ci
- name: Run command registry JSDoc check
run: npm run check:command-jsdoc