Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit f1d0306

Browse files
committed
Fix lurcher ci linting the wrong folder
1 parent cbf49d9 commit f1d0306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
go-version: "1.13"
7373
- name: "Lint Lurcher Go Code"
7474
run: |
75-
cd operator/
75+
cd lurcher/
7676
go fmt ./...
7777
go vet ./...
7878
- uses: docker/build-push-action@v1

0 commit comments

Comments
 (0)