Skip to content

Get ready to maintain without an upstream :[ #63

Get ready to maintain without an upstream :[

Get ready to maintain without an upstream :[ #63

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/[email protected]
with:
cache-dependency-path: go.sum
go-version-file: go.mod
- name: Test
run: make -f builder.Makefile test