Skip to content

Commit

Permalink
fix: adjusted ci checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Dec 20, 2023
1 parent 6acda4a commit 3ab9df3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
sparse-checkout: operator
- name: Checkout
uses: actions/checkout@v3

- run: cd operator

- name: Clippy check lints
run: cargo clippy -- -D warnings
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
sparse-checkout: operator

- run: cd operator

- name: Create k8s Kind Cluster
uses: helm/[email protected]
Expand Down

0 comments on commit 3ab9df3

Please sign in to comment.