Skip to content

ssh/config: make Config Get return Section with pattern #626

ssh/config: make Config Get return Section with pattern

ssh/config: make Config Get return Section with pattern #626

Workflow file for this run

name: Go1.19
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v4
with:
go-version: '^1.19.7'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: make build
- name: Test
run: make test