Skip to content

Merge pull request #59 from shaior/new_talm_batching_test #122

Merge pull request #59 from shaior/new_talm_batching_test

Merge pull request #59 from shaior/new_talm_batching_test #122

Workflow file for this run

name: Makefile CI
on:
workflow_dispatch:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
env:
SHELL: /bin/bash
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v3
with:
go-version: 1.20.11
- uses: actions/checkout@v3
- name: Run lint
run: make lint