Skip to content

chore(deps): bump open-cluster-management.io/api from 0.13.0 to 0.14.0 #6

chore(deps): bump open-cluster-management.io/api from 0.13.0 to 0.14.0

chore(deps): bump open-cluster-management.io/api from 0.13.0 to 0.14.0 #6

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