Skip to content

Commit 404b1e0

Browse files
committed
refactor: update file structure to reflect new changes
1 parent a6c1e9c commit 404b1e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
go-version: "1.23.2"
1919
- name: Validate contributors
20-
run: go build ./scripts/contributors && ./contributors
20+
run: go build ./cmd/readmevalidation && ./readmevalidation
2121
- name: Remove build file artifact
22-
run: rm ./contributors
22+
run: rm ./readmevalidation
2323
test-terraform:
2424
runs-on: ubuntu-latest
2525
steps:

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ dist
135135
.yarn/install-state.gz
136136
.pnp.*
137137

138-
# Script output
139-
/contributors
138+
# Things needed for CI
139+
/readmevalidation
140140

141141
# Terraform files generated during testing
142142
.terraform*
File renamed without changes.

0 commit comments

Comments
 (0)