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 df3a4f0 commit 44ae2d7Copy full SHA for 44ae2d7
.github/actions/lint-go/action.yaml
@@ -20,7 +20,7 @@ runs:
20
working-directory: "${{ inputs.working-directory }}"
21
run: "go mod tidy"
22
- name: "Verify Go Mod Tidy"
23
- uses: "wasmCloud/runtime-operator/.github/actions/no-diff@main"
+ uses: "wasmCloud/wash/.github/actions/no-diff@main"
24
with:
25
fixup-command: "go mod tidy"
26
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
0 commit comments