Skip to content

chore(deps): bump k8s.io/apimachinery from 0.28.1 to 0.28.2 #224

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

chore(deps): bump k8s.io/apimachinery from 0.28.1 to 0.28.2 #224

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@v3
- name: Run golangci-lint
uses: reviewdog/action-golangci-lint@v2
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run yamllint
uses: reviewdog/[email protected]