Skip to content

Add must-gather MCP tools for offline Kubernetes cluster analysis #21

Add must-gather MCP tools for offline Kubernetes cluster analysis

Add must-gather MCP tools for offline Kubernetes cluster analysis #21

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run lint
run: make lint