Skip to content

Add ping-pong-mesh demo and build/lint CI workflow #1

Add ping-pong-mesh demo and build/lint CI workflow

Add ping-pong-mesh demo and build/lint CI workflow #1

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Install golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m
build-test:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install just
uses: taiki-e/install-action@just
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Setup Ko
uses: ko-build/[email protected]
env:
KO_DOCKER_REPO: ko.local
- name: Build all demos
run: just build-demos