Skip to content

feat: Bump kubectl stable to 1.27 #37

feat: Bump kubectl stable to 1.27

feat: Bump kubectl stable to 1.27 #37

Workflow file for this run

name: CI
on:
workflow_call:
push:
pull_request:
# Declare default permissions as read only.
permissions: read-all
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: shellcheck $(find . -name '*.sh')