Skip to content

Drop forward for the metal-case (#101) #72

Drop forward for the metal-case (#101)

Drop forward for the metal-case (#101) #72

Workflow file for this run

name: master
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go 1.21
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: -p bugs -p unused
- name: Build project
run: make