Skip to content

chore(dependabot): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 #326

chore(dependabot): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2

chore(dependabot): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 #326

Workflow file for this run

name: Lint golangci
on:
pull_request:
branches: ["main"]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.60.3
args: --verbose
- name: golangci-lint for api module
uses: golangci/[email protected]
with:
version: v1.60.3
args: --verbose
working-directory: ./api