Skip to content

(CLOUDDEV-354): v2 init #119

(CLOUDDEV-354): v2 init

(CLOUDDEV-354): v2 init #119

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
- name: Linters
run: make lint
- name: Tests
run: make test