commit 9246a1f2ed2cac37b0892a4e06c936b64059da94 Author: multipleof4 Date: Wed Dec 31 09:24:57 2025 -0800 Initial commit diff --git a/.github/workflows/CatalogAutomation.yml b/.github/workflows/CatalogAutomation.yml new file mode 100644 index 0000000..6abe478 --- /dev/null +++ b/.github/workflows/CatalogAutomation.yml @@ -0,0 +1,11 @@ +name: Catalog + +on: + push: + +permissions: + contents: write + +jobs: + catalog: + uses: sune-org/.github/.github/workflows/catalog.yml@main diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6292e2 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# StoreTemplate \ No newline at end of file diff --git a/catalog.json b/catalog.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/catalog.json @@ -0,0 +1 @@ +[]