Skip to content

Commit 3ab9df3

Browse files
committed
fix: adjusted ci checkout
1 parent 6acda4a commit 3ab9df3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/clippy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
16-
with:
17-
sparse-checkout: operator
15+
- name: Checkout
16+
uses: actions/checkout@v3
17+
18+
- run: cd operator
1819

1920
- name: Clippy check lints
2021
run: cargo clippy -- -D warnings

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17-
with:
18-
sparse-checkout: operator
17+
18+
- run: cd operator
1919

2020
- name: Create k8s Kind Cluster
2121
uses: helm/[email protected]

0 commit comments

Comments
 (0)