Skip to content

Add 'kubectx'

Add 'kubectx' #78

Workflow file for this run

---
name: QA
on:
push:
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
pip install yamllint==1.26.*
- uses: golangci/golangci-lint-action@v3
with:
version: v1.51.1
- name: Check
run: |
make yamllint