Skip to content

Commit 638dee3

Browse files
committed
docs: update README.MD [automated]
1 parent 522a03d commit 638dee3

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.MD

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- AUTO-GENERATED FILE. DO NOT EDIT. Edit docs/README.template.MD instead. -->
2-
<!-- Generated on 2026-01-22 06:39:32 UTC -->
2+
<!-- Generated on 2026-01-23 06:44:10 UTC -->
33

44
# BAUER GROUP - Automation Templates
55

@@ -9,7 +9,7 @@ Enterprise-grade GitHub Actions automation repository providing comprehensive CI
99

1010
**Repository Information:**
1111

12-
- **Version:** 4.15.0 (2026-01-22)
12+
- **Version:** 4.15.0 (2026-01-23)
1313
- **Repository:** [bauer-group/automation-templates](https://github.com/bauer-group/automation-templates)
1414
- **Branch:** main
1515
- **Architecture:** Modular, Reusable, Enterprise-Ready
@@ -174,7 +174,10 @@ jobs:
174174
│ ├── esp32-build.yml # ESP32 microcontroller builds
175175
│ ├── stm32-build.yml # STM32 microcontroller builds
176176
│ ├── platformio-build.yml # PlatformIO cross-platform builds
177-
│ └── modules-*.yml # Module-specific workflows
177+
│ ├── modules-validate-dockerfile.yml # Dockerfile validation (Hadolint)
178+
│ ├── modules-validate-compose.yml # Docker Compose validation
179+
│ ├── modules-validate-shellscript.yml # Shell script validation (ShellCheck)
180+
│ └── modules-*.yml # Additional module workflows
178181
├── github/ # 🛠️ Repository Management Tools
179182
│ ├── branch-protect/ # Branch protection automation
180183
│ ├── claude-code/ # Claude Code documentation & tools
@@ -187,6 +190,7 @@ jobs:
187190
│ ├── coolify-deploy/ # Coolify deployment examples
188191
│ ├── docker/ # Docker build examples
189192
│ ├── docker-compose/ # Docker Compose examples
193+
│ ├── dockerfile-validation/ # Dockerfile linting examples
190194
│ ├── documentation/ # Documentation examples
191195
│ ├── dotnet-build/ # .NET project examples
192196
│ ├── dotnet-desktop-build/ # .NET desktop examples
@@ -217,6 +221,7 @@ jobs:
217221
│ │ ├── makefile-build.md # Makefile build system
218222
│ │ ├── meta-repository-sync.md # Meta repository sync
219223
│ │ ├── modules-validate-compose.md # Compose validation
224+
│ │ ├── modules-validate-dockerfile.md # Dockerfile validation (Hadolint)
220225
│ │ ├── modules-validate-shellscript.md # Shell validation
221226
│ │ ├── nodejs-build.md # Node.js build system
222227
│ │ ├── php-build.md # PHP build system
@@ -1086,6 +1091,12 @@ gh auth status --show-token
10861091
- [🔔 **Teams Notifications**](docs/workflows/teams-notifications.md) - Microsoft Teams integration
10871092
- [🏃 **Self-Hosted Runners**](docs/self-hosted-runners.md) - Self-hosted runner configuration guide
10881093

1094+
#### 🔍 Validation Modules
1095+
1096+
- [🐳 **Dockerfile Validation**](docs/workflows/modules-validate-dockerfile.md) - Dockerfile linting with Hadolint
1097+
- [📋 **Docker Compose Validation**](docs/workflows/modules-validate-compose.md) - Docker Compose validation
1098+
- [🐚 **Shell Script Validation**](docs/workflows/modules-validate-shellscript.md) - Shell script linting with ShellCheck
1099+
10891100
### 🔧 Actions Documentation
10901101

10911102
#### Build Actions
@@ -1145,6 +1156,7 @@ gh auth status --show-token
11451156

11461157
- [🐳 **Docker Examples**](github/workflows/examples/docker/) - Complete Docker workflow examples
11471158
- [🐳 **Docker Compose Examples**](github/workflows/examples/docker-compose/) - Docker Compose workflow examples
1159+
- [🐳 **Dockerfile Validation Examples**](github/workflows/examples/dockerfile-validation/) - Dockerfile linting examples
11481160
- [🐍 **Python Examples**](github/workflows/examples/python-build/) - Python build and test examples
11491161
- [🐍 **Python Release Examples**](github/workflows/examples/python-release/) - Python semantic release examples
11501162
- [⚡ **Zephyr Examples**](github/workflows/examples/zephyr-build/) - Zephyr RTOS project examples
@@ -1201,5 +1213,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
12011213

12021214
---
12031215

1204-
*Generated on 2026-01-22 06:39:32 UTC from [docs/README.template.MD](docs/README.template.MD)*
1216+
*Generated on 2026-01-23 06:44:10 UTC from [docs/README.template.MD](docs/README.template.MD)*
12051217

0 commit comments

Comments
 (0)