Skip to content

chore(deps): bump github.com/onsi/gomega from 1.35.0 to 1.35.1 #100

chore(deps): bump github.com/onsi/gomega from 1.35.0 to 1.35.1

chore(deps): bump github.com/onsi/gomega from 1.35.0 to 1.35.1 #100

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run vet
run: go vet ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=2m