Skip to content

feat: k9sのバージョンを上げる #246

feat: k9sのバージョンを上げる

feat: k9sのバージョンを上げる #246

Workflow file for this run

name: yamllint
on:
push:
paths:
- '**.yml'
- '**.yaml'
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: reviewdog/action-yamllint@v1