Skip to content

chore: Handle secrets on spec #11

chore: Handle secrets on spec

chore: Handle secrets on spec #11

Workflow file for this run

name: Clippy
on:
push:
branches:
- main
paths:
- ".github/workflows/clippy.yml"
- "operator/**"
- "proxy/**"
pull_request:
branches:
- main
paths:
- ".github/workflows/clippy.yml"
- "operator/**"
- "proxy/**"
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./operator
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clippy check lints
run: cargo clippy -- -D warnings