Skip to content

Commit b444a95

Browse files
authored
fix(links): update broken links, fix CI workflow (#812)
2 parents a421850 + d16d649 commit b444a95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/validate-pr-title.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Validate PR Title
22

33
on:
4-
pull_request:
4+
# DO NOT CHECKOUT PR CODE
5+
pull_request_target:
56
types: [opened, edited, synchronize]
67

78
permissions:

examples/developer-hub-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Tooling
44

55
- [Go](https://go.dev/doc/install)
6-
- [golangci-lint](https://golangci-lint.run/welcome/install/)
6+
- [golangci-lint](https://golangci-lint.run/docs/welcome/install/)
77

88
## Install dependencies
99

0 commit comments

Comments
 (0)