Skip to content

IMPROVEMENT-28: Should be able to navigate through list of hostnames using VI 'j' and 'k' keys #41

IMPROVEMENT-28: Should be able to navigate through list of hostnames using VI 'j' and 'k' keys

IMPROVEMENT-28: Should be able to navigate through list of hostnames using VI 'j' and 'k' keys #41

Workflow file for this run

name: lint
on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
jobs:
golangci:
name: golangci-lint
concurrency:
group: lint-golangci-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.0