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 a2c246e commit 50d651cCopy full SHA for 50d651c
.github/workflows/ci.yaml
@@ -16,5 +16,7 @@ jobs:
16
uses: actions/setup-go@v5
17
with:
18
go-version: "1.23.2"
19
- - name: Validate
20
- run: go run ./scripts/validate-contributor-readmes/main.go
+ - name: Validate contributors
+ run: go build ./scripts/contributors && ./contributors
21
+ - name: Remove build file artifact
22
+ run: rm ./contributors
.gitignore
@@ -136,4 +136,4 @@ dist
136
.pnp.*
137
138
# Script output
139
-/validate-contributor-readmes
+/contributors
0 commit comments