Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #573

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #573

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.19.0
- run: go build
- uses: golangci/golangci-lint-action@v6
with:
args: --timeout 5m
- run: go test -covermode atomic -coverprofile coverage.txt
- uses: codecov/codecov-action@v5
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: "**/*.{md,go}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx markdown-link-check README.md