Skip to content

chore: add the latest open feature to fix the go.buf.build issue with intellij #24

chore: add the latest open feature to fix the go.buf.build issue with intellij

chore: add the latest open feature to fix the go.buf.build issue with intellij #24

Workflow file for this run

name: CI
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: cd pkg/provider && go build -v .
- name: Test
run: cd pkg/provider && go test -v