Skip to content

chore: use garm 0.1.4 for local development (#57) #162

chore: use garm 0.1.4 for local development (#57)

chore: use garm 0.1.4 for local development (#57) #162

Workflow file for this run

# SPDX-License-Identifier: MIT
name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.22.4'
- name: make build
run: make build
- name: make verify-license
run: make verify-license
- name: make test
run: make test