refactor: update file structure to reflect new changes
This commit is contained in:
parent
a6c1e9c5ea
commit
404b1e0a46
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -17,9 +17,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: "1.23.2"
|
go-version: "1.23.2"
|
||||||
- name: Validate contributors
|
- name: Validate contributors
|
||||||
run: go build ./scripts/contributors && ./contributors
|
run: go build ./cmd/readmevalidation && ./readmevalidation
|
||||||
- name: Remove build file artifact
|
- name: Remove build file artifact
|
||||||
run: rm ./contributors
|
run: rm ./readmevalidation
|
||||||
test-terraform:
|
test-terraform:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -135,8 +135,8 @@ dist
|
|||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
# Script output
|
# Things needed for CI
|
||||||
/contributors
|
/readmevalidation
|
||||||
|
|
||||||
# Terraform files generated during testing
|
# Terraform files generated during testing
|
||||||
.terraform*
|
.terraform*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user