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 0bbb4a3 commit b83d78aCopy full SHA for b83d78a
.github/workflows/validate.yml
@@ -65,3 +65,12 @@ jobs:
65
steps:
66
- uses: actions/checkout@v4
67
- run: if git -P grep -I -n '\s$'; then echo "^^^ extra whitespace at EOL, please fix"; exit 1; fi
68
+
69
+ deps:
70
+ runs-on: ubuntu-24.04
71
+ steps:
72
+ - uses: actions/checkout@v4
73
+ - uses: actions/setup-go@v5
74
+ with:
75
+ go-version: "${{ env.GO_VERSION }}"
76
+ - run: go mod tidy --diff
0 commit comments