Skip to content

plugins/grpc: fix method iteration (#1) #9

plugins/grpc: fix method iteration (#1)

plugins/grpc: fix method iteration (#1) #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-12
- ubuntu-22.04
- windows-2022
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- name: run checks
run: go run mage.go check