Skip to content

Configure Renovate

Configure Renovate #2

Workflow file for this run

name: build
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Prepare
run: make promu
- name: Test and build
run: make
- name: Build
run: promu crossbuild -v
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: binaries
path: .build/