Skip to content

fix(deps): update module github.com/stretchr/testify to v1.12.1 #15093

fix(deps): update module github.com/stretchr/testify to v1.12.1

fix(deps): update module github.com/stretchr/testify to v1.12.1 #15093

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
persist-credentials: false
- name: Codespell
run: make codespell