Skip to content

A8S-1964: fix integration tests #46

A8S-1964: fix integration tests

A8S-1964: fix integration tests #46

Workflow file for this run

name: Lint
on:
push:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- name: Checkout
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.2
args: --timeout 3m0s