We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acda4a commit 3ab9df3Copy full SHA for 3ab9df3
.github/workflows/clippy.yml
@@ -12,9 +12,10 @@ jobs:
12
lint:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
16
- with:
17
- sparse-checkout: operator
+ - name: Checkout
+ uses: actions/checkout@v3
+
18
+ - run: cd operator
19
20
- name: Clippy check lints
21
run: cargo clippy -- -D warnings
.github/workflows/validate.yml
@@ -14,8 +14,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Create k8s Kind Cluster
uses: helm/[email protected]
0 commit comments