Skip to content

fix: use JSON patch instead of expecting the whole object #42

fix: use JSON patch instead of expecting the whole object

fix: use JSON patch instead of expecting the whole object #42

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