Skip to content

feat: initial implementation of the WAL service (#5) #13

feat: initial implementation of the WAL service (#5)

feat: initial implementation of the WAL service (#5) #13

name: Plugin PVC Backup 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.19.0'
- run: make check
name: "Linters"
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
- run: make test
name: "Unit tests"