diff --git a/.github/workflows/commitmsg-conform.yml b/.github/workflows/commitmsg-conform.yml new file mode 100644 index 0000000..e7b4d63 --- /dev/null +++ b/.github/workflows/commitmsg-conform.yml @@ -0,0 +1,11 @@ +name: commit-message-conformance +on: + pull_request: {} +permissions: + statuses: write + checks: write + contents: read + pull-requests: read +jobs: + commitmsg-conform: + uses: actionsforge/actions/.github/workflows/commitmsg-conform.yml@main diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml new file mode 100644 index 0000000..d9a2d67 --- /dev/null +++ b/.github/workflows/markdown-lint.yml @@ -0,0 +1,11 @@ +name: markdown-lint +on: + pull_request: {} +permissions: + statuses: write + checks: write + contents: read + pull-requests: read +jobs: + markdown-lint: + uses: actionsforge/actions/.github/workflows/markdown-lint.yml@main diff --git a/README.md b/README.md index 0cbd44c..a05ba38 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # .github + Organization-wide configs and resources for Serverlessia, including profile README and templates diff --git a/profile/README.md b/profile/README.md new file mode 100644 index 0000000..17558ca --- /dev/null +++ b/profile/README.md @@ -0,0 +1,11 @@ +# πŸš€ Welcome to Serverlessia πŸ‘‹ + +**Serverlessia** is a GitHub organization focused on reusable AWS Lambda functions and serverless tools β€” built for real-world infrastructure, automation, and cloud-native workflows. + +🌟 What We Do +πŸ‘‰ Build and share production-ready Lambda functions, SAR apps, and serverless utilities. +πŸ‘‰ Design Terraform modules and policies tailored for event-driven, serverless-first architectures. +πŸ‘‰ Deliver automation for DevOps, FinOps, and security with clear, modular Lambda-based solutions. +πŸ‘‰ Promote simplicity, best practices, and working examples across every project. + +πŸ“š *We don’t just ship functions β€” we ship serverless solutions that solve real problems.* πŸ“š