Skip to content

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

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 #937

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: go build
- uses: golangci/golangci-lint-action@v6
- run: go test -race -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
- uses: raviqqe/markdown-link-check@main