Skip to content

Fixes flickering/jumping issue in context suggestions caused by inconsistent spacing behavior #573

Fixes flickering/jumping issue in context suggestions caused by inconsistent spacing behavior

Fixes flickering/jumping issue in context suggestions caused by inconsistent spacing behavior #573

Workflow file for this run

name: K9s Lint
on:
pull_request:
branches: [ master ]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Lint
uses: golangci/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: v2.1.1