feat: support restic check operation (#303)

This commit is contained in:
Gareth
2024-05-27 10:26:18 -07:00
committed by GitHub
parent 5a51ae7c20
commit ce42f68d0d
43 changed files with 1805 additions and 987 deletions
+4 -7
View File
@@ -27,13 +27,10 @@ jobs:
with:
go-version: "1.21"
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Generate
run: go generate ./...
- name: Create Fake WebUI Sources
run: |
mkdir -p webui/dist
touch webui/dist/index.html.gz
- name: Build
run: go build ./...