Skip to content

chore(deps): update actions/checkout action to v4 #26

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #26

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '>=1.19'
- uses: actions/checkout@v4
- run: go test -v ./... -coverprofile=coverage.out
- name: report coverage
uses: k1LoW/octocov-action@v0