Skip to content

fix : also check devworkspace operator related CRDs and namespaces du… #1

fix : also check devworkspace operator related CRDs and namespaces du…

fix : also check devworkspace operator related CRDs and namespaces du… #1

Workflow file for this run

name: static checks
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
shellcheck:
name: "Ensure the code is shellchecked"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: "ShellCheck"
run: make lint