Skip to content

chore(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3 #239

chore(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3

chore(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3 #239

Workflow file for this run

---
name: Linting
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run golangci-lint
uses: reviewdog/action-golangci-lint@v2
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/[email protected]