Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

chore(makefile): improve help command #2

chore(makefile): improve help command

chore(makefile): improve help command #2

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
check-code:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: 1.21.3
- name: Apply Patch
run: make apply-patch
- name: Build
run: make build