Skip to content

chore(deps): bump actions/checkout from 2.7.0 to 4.2.2 #56

chore(deps): bump actions/checkout from 2.7.0 to 4.2.2

chore(deps): bump actions/checkout from 2.7.0 to 4.2.2 #56

Workflow file for this run

name: GoTests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test-go:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v2
with:
go-version: 1.22.8
- name: Install gotestsum
shell: bash
run: go install gotest.tools/gotestsum@latest
- name: Run tests
run: gotestsum ./...