Skip to content

Commit 50d651c

Browse files
committed
fix: update CI step
1 parent a2c246e commit 50d651c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
uses: actions/setup-go@v5
1717
with:
1818
go-version: "1.23.2"
19-
- name: Validate
20-
run: go run ./scripts/validate-contributor-readmes/main.go
19+
- name: Validate contributors
20+
run: go build ./scripts/contributors && ./contributors
21+
- name: Remove build file artifact
22+
run: rm ./contributors

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ dist
136136
.pnp.*
137137

138138
# Script output
139-
/validate-contributor-readmes
139+
/contributors

0 commit comments

Comments
 (0)