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:
|
||||
go-version: "1.23.2"
|
||||
- name: Validate contributors
|
||||
run: go build ./scripts/contributors && ./contributors
|
||||
run: go build ./cmd/readmevalidation && ./readmevalidation
|
||||
- name: Remove build file artifact
|
||||
run: rm ./contributors
|
||||
run: rm ./readmevalidation
|
||||
test-terraform:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -135,8 +135,8 @@ dist
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# Script output
|
||||
/contributors
|
||||
# Things needed for CI
|
||||
/readmevalidation
|
||||
|
||||
# Terraform files generated during testing
|
||||
.terraform*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user