diff --git a/.github/workflows/commitmsg-conform.yml b/.github/workflows/commitmsg-conform.yml new file mode 100644 index 0000000..a08ee76 --- /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: jdevto/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..2db537d --- /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: jdevto/actions/.github/workflows/markdown-lint.yml@main diff --git a/README.md b/README.md index a2b19e4..417e778 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # .github + Organization-wide configs and resources for Jdevto, including profile README and templates diff --git a/profile/README.md b/profile/README.md new file mode 100644 index 0000000..92f5b3e --- /dev/null +++ b/profile/README.md @@ -0,0 +1,11 @@ +# 🚀 Welcome to Jdevto 👋 + +Jdevto github organization is focused on delivering high-quality **articles** with detailed examples and documentation, ensuring clarity and ease of understanding for developers. + +## 🌟 What We Do + +✅ **Publish in-depth technical articles** on software development, DevOps, and cloud infrastructure. +✅ **Provide hands-on examples and code snippets** to help developers understand and implement concepts effectively. +✅ **Maintain highly documented repositories** for clarity and best practices in various technologies. + +📖 *"Empowering developers through well-documented and structured content."* 📖