Skip to content

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

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

Workflow file for this run

name: website-lint
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Install tools
run: make tools
- name: Website Lint
run: make website-lint