Skip to content

Watch github-actions by dependabot #170

Watch github-actions by dependabot

Watch github-actions by dependabot #170

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ">=1.19.1"
- name: Lint
uses: golangci/golangci-lint-action@v3
- name: Build
run: make