Skip to content

feat: add kubernetes client #2430

feat: add kubernetes client

feat: add kubernetes client #2430

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
pre-commit:
runs-on:
- self-hosted
- small
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install tools
uses: asdf-vm/actions/install@v1
- name: Run pre-commit
env:
MAGEFILE_VERBOSE: true
run: ./mage lint:precommit