Skip to content

Add initial support for @bot describe locks command #414

Add initial support for @bot describe locks command

Add initial support for @bot describe locks command #414

Workflow file for this run

name: Test
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create kind cluster
uses: helm/kind-action@v1
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: true
- name: Run tests
run: GOCAT_TEST_KUBECONFIG=$HOME/.kube/config go test ./...
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.1
args: -v --timeout=10m