Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/commitmsg-conform.yml
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# .github

Organization-wide configs and resources for Jdevto, including profile README and templates
11 changes: 11 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -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."* 📖
Loading