Skip to content

fix(mqtt): reconnect after dropped broker connection (#787) #214

fix(mqtt): reconnect after dropped broker connection (#787)

fix(mqtt): reconnect after dropped broker connection (#787) #214

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install mise
uses: jdx/mise-action@v2
with:
cache: true
- name: Lint
run: mise run lint