mirror of
https://github.com/coder/registry.git
synced 2026-06-02 20:48:14 +00:00
fix: remove unnecessary matrix
This commit is contained in:
@@ -16,9 +16,9 @@ jobs:
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Go ${{ matrix.go-version }}
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
go-version: "1.23.2"
|
||||
- name: Validate
|
||||
run: go run ./scripts/validate-contributor-readmes/main.go
|
||||
|
||||
Reference in New Issue
Block a user