Skip to content

Support volume backup for plugin based framework and added restic sup… #178

Support volume backup for plugin based framework and added restic sup…

Support volume backup for plugin based framework and added restic sup… #178

Workflow file for this run

name: Build
on: [push, pull_request_target, workflow_dispatch]
jobs:
GO_CI:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v3
with:
go-version: '>=1.17.19'
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}