Skip to content

Add a dedicated mqtt.kafka.broker guide (#112) #227

Add a dedicated mqtt.kafka.broker guide (#112)

Add a dedicated mqtt.kafka.broker guide (#112) #227

Workflow file for this run

name: Links check src
on:
push:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
args: --exclude-mail src
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}