Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Add datastore acceptance tests #186

Add datastore acceptance tests

Add datastore acceptance tests #186

Workflow file for this run

# Copyright 2024 Hewlett Packard Enterprise Development LP
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
strategy:
matrix:
go: [ '1.21' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go install github.com/golangci/golangci-lint/cmd/[email protected]
- run: make lint