Skip to content

Remove reference to kubectl version --short from issue template #3505

Remove reference to kubectl version --short from issue template

Remove reference to kubectl version --short from issue template #3505

Workflow file for this run

name: clippy
on:
pull_request:
paths:
- '**.rs'
- '**.toml'
- '**.yml'
jobs:
clippy_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- uses: clechasseur/rs-clippy-check@v3
with:
args: --workspace