Skip to content

Add create-recovery-plan command #129

Add create-recovery-plan command

Add create-recovery-plan command #129

Workflow file for this run

name: go
on:
push:
branches:
- main
pull_request:
jobs:
lint:
strategy:
matrix:
go: [1.18]
os: [macos-latest, ubuntu-latest]
name: lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3