We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290a875 commit c8add06Copy full SHA for c8add06
1 file changed
.github/workflows/pr-lint.yml
@@ -31,6 +31,8 @@ jobs:
31
with:
32
ref: ${{ github.event.pull_request.head.sha }}
33
34
+ - uses: ./.github/actions/setup-go
35
+
36
- name: Fixup git permissions
37
# https://github.com/actions/checkout/issues/766
38
shell: bash
0 commit comments