debug volume config
Some checks failed
Lint / golangci-lint (push) Failing after 9s
Declarative Tests / test (push) Failing after 5s

This commit is contained in:
Matthew Rich 2024-05-25 13:31:48 -07:00
parent 03246f306f
commit f18db1c5fa

View File

@ -15,6 +15,9 @@ jobs:
- name: Check out code - name: Check out code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Get packages
run: go get ./...
- name: Lint - name: Lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
with: with: