Skip to content

chore(deps): update odh-ml-pipelines-api-server-v2-v3-3 to 0d162a4 #10042

chore(deps): update odh-ml-pipelines-api-server-v2-v3-3 to 0d162a4

chore(deps): update odh-ml-pipelines-api-server-v2-v3-3 to 0d162a4 #10042

Workflow file for this run

name: linters
on:
push:
branches:
- main
- rhoai
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Set up Go env
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: go.mod
- name: lint
run:
make lint
kube-linter:
name: kube-linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Set up Go env
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: go.mod
- name: kube-lint
run:
make kube-lint