Skip to content

build(deps): bump actions/checkout from 3 to 4 #73

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #73

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Run tests
run: |
go test ./...
- name: Check GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: check