We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49ee4b commit 2d79298Copy full SHA for 2d79298
1 file changed
.github/workflows/go-lint.yml
@@ -21,7 +21,7 @@ jobs:
21
# TODO: Automate fetch from go.mod.
22
go-version: '${{ inputs.go-version }}'
23
- name: Run repo-specific setup
24
- uses: ./.github/actions/go-check-setup
+ uses: ./.github/actions/go-lint-setup
25
if: hashFiles('./.github/actions/go-lint-setup') != ''
26
- name: Check module tidiness
27
run: |
0 commit comments