Skip to content

add kube-delete - to dlete pods interactively #272

add kube-delete - to dlete pods interactively

add kube-delete - to dlete pods interactively #272

Workflow file for this run

on:
push:
branches:
- master
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'