Skip to content

Create Copilot Setup Workflow 🤖 #163

Create Copilot Setup Workflow 🤖

Create Copilot Setup Workflow 🤖 #163

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: build
run: go build -v ./cmd/gh-combine