Skip to content

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#85) #88

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#85)

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#85) #88

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: .go-version
- name: Run test
run: go test -v ./...
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: elastic/oblt-actions/pre-commit@v1