Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Merge pull request #3 from cybozu-go/tilt #11

Merge pull request #3 from cybozu-go/tilt

Merge pull request #3 from cybozu-go/tilt #11

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- "main"
jobs:
test:
name: Small tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make test