[PR #7] [MERGED] Add GitHub Actions for CI and releases #10

Closed
opened 2026-03-13 13:04:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/291-Group/LAN-Orangutan/pull/7
Author: @FileBay
Created: 12/31/2025
Status: Merged
Merged: 12/31/2025
Merged by: @FileBay

Base: mainHead: claude/audit-code-bugs-NaPWC


📝 Commits (1)

  • 8f1321a Add GitHub Actions for CI and releases

📊 Changes

2 files changed (+239 additions, -0 deletions)

View changed files

.github/workflows/ci.yml (+74 -0)
.github/workflows/release.yml (+165 -0)

📄 Description

CI workflow:

  • Lint Python with flake8
  • Check shell scripts with shellcheck
  • Validate PHP syntax
  • Run basic Python tests (CIDR validation)

Release workflow (triggers on v* tags):

  • Creates .tar.gz and .zip release archives
  • Builds .deb package for Debian/Ubuntu/Raspberry Pi
  • Generates SHA256 checksums
  • Uploads all assets to GitHub Release

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/291-Group/LAN-Orangutan/pull/7 **Author:** [@FileBay](https://github.com/FileBay) **Created:** 12/31/2025 **Status:** ✅ Merged **Merged:** 12/31/2025 **Merged by:** [@FileBay](https://github.com/FileBay) **Base:** `main` ← **Head:** `claude/audit-code-bugs-NaPWC` --- ### 📝 Commits (1) - [`8f1321a`](https://github.com/291-Group/LAN-Orangutan/commit/8f1321af4bfb7d6895fcf6fafffc102fa5da3f30) Add GitHub Actions for CI and releases ### 📊 Changes **2 files changed** (+239 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+74 -0) ➕ `.github/workflows/release.yml` (+165 -0) </details> ### 📄 Description CI workflow: - Lint Python with flake8 - Check shell scripts with shellcheck - Validate PHP syntax - Run basic Python tests (CIDR validation) Release workflow (triggers on v* tags): - Creates .tar.gz and .zip release archives - Builds .deb package for Debian/Ubuntu/Raspberry Pi - Generates SHA256 checksums - Uploads all assets to GitHub Release --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 13:04:37 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LAN-Orangutan#10
No description provided.