mirror of
https://github.com/coder/registry.git
synced 2026-06-02 20:48:14 +00:00
fix: update CI step
This commit is contained in:
@@ -16,5 +16,7 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.23.2"
|
go-version: "1.23.2"
|
||||||
- name: Validate
|
- name: Validate contributors
|
||||||
run: go run ./scripts/validate-contributor-readmes/main.go
|
run: go build ./scripts/contributors && ./contributors
|
||||||
|
- name: Remove build file artifact
|
||||||
|
run: rm ./contributors
|
||||||
|
|||||||
+1
-1
@@ -136,4 +136,4 @@ dist
|
|||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
# Script output
|
# Script output
|
||||||
/validate-contributor-readmes
|
/contributors
|
||||||
|
|||||||
Reference in New Issue
Block a user