Skip to content

Bump k8s.io/api from 0.29.2 to 0.30.0 #523

Bump k8s.io/api from 0.29.2 to 0.30.0

Bump k8s.io/api from 0.29.2 to 0.30.0 #523

Workflow file for this run

name: spell-check
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
spellcheck:
name: Typo CI
runs-on: ubuntu-latest
timeout-minutes: 4
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: TypoCheck
uses: typoci/spellcheck-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}