Skip to content

ci: status check 이름을 Go 버전과 분리 + 액션 버전업 #121

ci: status check 이름을 Go 버전과 분리 + 액션 버전업

ci: status check 이름을 Go 버전과 분리 + 액션 버전업 #121

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: CI
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- name: Install Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
- run: make install-kiwi
- run: make test