Skip to content

Bump actions/checkout from 3 to 4 #220

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #220

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: Test
run: go test -v -cover .