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: actionsforge/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: actionsforge/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 ActionsForge, including profile README and templates
23 changes: 23 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Welcome to ActionsForge 👋

Focused on crafting reusable and robust **GitHub Actions** to simplify CI/CD pipelines and enhance development workflows.

---

## 🌟 What We Do

- Develop **reusable GitHub Actions** for common CI/CD tasks.
- Streamline workflows with **prebuilt actions** and **reusable workflows**.
- Share modular and scalable **automation patterns** to accelerate project delivery.

---

## 📊 Repository Actions Dashboard

Explore our most popular GitHub Actions and workflows:

[View the Repository Actions Dashboard](https://actionsforge.github.io/)

---

✨ *"Automating the future, one action at a time."* ✨
Loading