Skip to content

Update DESIGN_PARTNER.md #139

Update DESIGN_PARTNER.md

Update DESIGN_PARTNER.md #139

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
checks:
name: Go checks
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Show Go version
run: go version
- name: Run repo CI script
shell: bash
run: bash scripts/ci.sh