Skip to content

fix host key not written to disk #264

fix host key not written to disk

fix host key not written to disk #264

Workflow file for this run

name: lint
on: ["push"]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: "1.23"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m