Skip to content

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

build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1

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

Workflow file for this run

name: Lint and Check Formatting
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
name: Lint and Check Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Install dependencies
run: go mod download
- name: Lint with golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
- name: Run gofumpt
run: go tool gofumpt -d -l .