⚙️ GitHub Workflows
Automated workflows for CI/CD and other tasks.
Source repository
| Repository | KevinDeBenedetti/github-workflows |
| Source docs | docs/ |
Repository structure
docs/
├── actions/
│ ├── actionlint.md
│ ├── bats.md
│ ├── detect-changes.md
│ ├── kubeconform.md
│ ├── setup-node.md
│ ├── setup-python.md
│ └── shellcheck.md
├── workflows/
│ ├── check-bot-commits.md
│ ├── ci-node.md
│ ├── ci-python.md
│ ├── ci-shell.md
│ ├── dependabot-automerge.md
│ ├── deploy-docker.md
│ ├── deploy-pages.md
│ ├── deploy-vercel.md
│ ├── release.md
│ └── security.md
└── getting-started.mdDocumentation
- Getting Started
- Action — actionlint
- Action — bats
- Action — detect-changes
- Action — kubeconform
- Action — setup-node
- Action — setup-python
- Action — shellcheck
check-bot-commitsworkflow- CI — Node.js
- CI — Python
- CI — Shell
dependabot-automergeworkflow- Deploy — Docker
- Deploy — GitHub Pages
- Deploy — Vercel
- Release
- Security