Skip to content

Bump k8s.io/apimachinery from 0.28.1 to 0.28.2 #197

Bump k8s.io/apimachinery from 0.28.1 to 0.28.2

Bump k8s.io/apimachinery from 0.28.1 to 0.28.2 #197

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check