Skip to content

feat: update vault-handler manifest source to konstructio (#2289) #210

feat: update vault-handler manifest source to konstructio (#2289)

feat: update vault-handler manifest source to konstructio (#2289) #210

name: Run unit tests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3
- name: Test application
run: go test -short -v ./...