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 5688112 commit db2303bCopy full SHA for db2303b
.github/workflows/dependabot-go-mod-tidy.yml renamed to .github/workflows/dependabot-make-presubmit.yml
@@ -1,4 +1,4 @@
1
-name: Dependabot Go Mod Tidy
+name: Dependabot Make Presubmit
2
3
on:
4
pull_request:
@@ -26,9 +26,9 @@ jobs:
26
with:
27
go-version: '1.x'
28
29
- - name: Run go mod tidy
+ - name: Run make presubmit
30
run: |
31
- go mod tidy
+ make presubmit
32
33
- name: Check for changes
34
id: git-check
@@ -46,5 +46,5 @@ jobs:
46
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
47
git config --local user.name "github-actions[bot]"
48
git add go.mod go.sum
49
- git commit -m "Run go mod tidy for Dependabot PR"
+ git commit -m "Run make presubmit for Dependabot PR"
50
git push
0 commit comments