Skip to content

chore: use pointers for ValidationErrors (#24) #83

chore: use pointers for ValidationErrors (#24)

chore: use pointers for ValidationErrors (#24) #83

name: backup-adapter CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.21.0'
- run: make build