Skip to content

feat: allow customizing the bench runner #78

feat: allow customizing the bench runner

feat: allow customizing the bench runner #78

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-20.04
name: lint
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v1
with:
go-version: "1.18"
- name: Lint
run: make lint