Skip to content

feat: Add ability to create, get and delete SSH Keys #54

feat: Add ability to create, get and delete SSH Keys

feat: Add ability to create, get and delete SSH Keys #54

Workflow file for this run

name: pr
on:
push:
branches:
- master
pull_request:
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '^1.19.3'
- name: Checkout
uses: actions/checkout@v3
- name: Run make dirty
run: make -B dirty
- name: Run vet & lint
run: |
make vet
make lint