fix: update CI step
This commit is contained in:
parent
a2c246ea06
commit
50d651c2f9
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -16,5 +16,7 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23.2"
|
||||
- name: Validate
|
||||
run: go run ./scripts/validate-contributor-readmes/main.go
|
||||
- name: Validate contributors
|
||||
run: go build ./scripts/contributors && ./contributors
|
||||
- name: Remove build file artifact
|
||||
run: rm ./contributors
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -136,4 +136,4 @@ dist
|
||||
.pnp.*
|
||||
|
||||
# Script output
|
||||
/validate-contributor-readmes
|
||||
/contributors
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user