Skip to content

Commit

Permalink
refactor: add commands for validating, diffing and rendering project …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
cbrgm committed Dec 17, 2023
1 parent b2c1282 commit 3802654
Show file tree
Hide file tree
Showing 13 changed files with 1,629 additions and 1,040 deletions.
87 changes: 87 additions & 0 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"generated_at": "2023-12-17T01:31:47.948534+01:00",
"version": "v1.1.4-dirty",
"files": [
{
"path": ".editorconfig"
},
{
"path": ".github/auto_assign.yml"
},
{
"path": ".github/dependabot.yml"
},
{
"path": ".github/issue_template.md"
},
{
"path": ".github/pull_request_template.md"
},
{
"path": ".github/settings.yml"
},
{
"path": ".github/workflows/autoassign.yml"
},
{
"path": ".github/workflows/automerge.yml"
},
{
"path": ".github/workflows/notify.yml"
},
{
"path": ".github/workflows/stale.yml"
},
{
"path": ".github/workflows/tag.yml"
},
{
"path": "CODEOWNERS"
},
{
"path": "CONTRIBUTING.md"
},
{
"path": "LICENSE"
},
{
"path": ".dockerignore"
},
{
"path": ".github/workflows/container.yml"
},
{
"path": ".github/workflows/go-binaries.yml"
},
{
"path": ".github/workflows/go-lint-test.yml"
},
{
"path": ".gitignore"
},
{
"path": ".golangci.yml"
},
{
"path": "Dockerfile.linux.386"
},
{
"path": "Dockerfile.linux.amd64"
},
{
"path": "Dockerfile.linux.arm"
},
{
"path": "Dockerfile.linux.arm64"
},
{
"path": "Makefile"
},
{
"path": "flake.lock"
},
{
"path": "flake.nix"
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/example-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Render All Files
uses: cbrgm/structuresmith@v1.0.1
uses: cbrgm/structuresmith@v1
with:
config-file: ./examples/configuration-simple.yml
output-path: ./out
Expand Down
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2022 Christian Bargmann
Copyright 2023 Chris Bargmann

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -199,3 +199,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Loading

0 comments on commit 3802654

Please sign in to comment.