Skip to content

fix: allow jumphost by installing openssh-client on docker image #7

fix: allow jumphost by installing openssh-client on docker image

fix: allow jumphost by installing openssh-client on docker image #7

Workflow file for this run

name: Orb Agent - lint
on:
push:
branches:
- "!release"
pull_request:
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
check-latest: true
- name: Lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 #v6.1.1
with:
version: v1.62
working-directory: .
args: --config .github/golangci.yaml