Skip to content

Commit 44ae2d7

Browse files
committed
fix: Point Go Lint to the correct repo
Signed-off-by: Lucas Fontes <[email protected]>
1 parent df3a4f0 commit 44ae2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/lint-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
working-directory: "${{ inputs.working-directory }}"
2121
run: "go mod tidy"
2222
- name: "Verify Go Mod Tidy"
23-
uses: "wasmCloud/runtime-operator/.github/actions/no-diff@main"
23+
uses: "wasmCloud/wash/.github/actions/no-diff@main"
2424
with:
2525
fixup-command: "go mod tidy"
2626
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0

0 commit comments

Comments
 (0)