Skip to content

Bump cli/gh-extension-precompile from 1 to 2 #86

Bump cli/gh-extension-precompile from 1 to 2

Bump cli/gh-extension-precompile from 1 to 2 #86

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Build
run: make build