Skip to content

PoC implementation of MPIv2 #194

PoC implementation of MPIv2

PoC implementation of MPIv2 #194

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54