[PR #18] [MERGED] Add a basic CI workflow with github actions #1200

Closed
opened 2025-12-29 02:29:12 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/18
Author: @cure
Created: 4/30/2021
Status: Merged
Merged: 4/30/2021
Merged by: @juanfont

Base: mainHead: add-actions


📝 Commits (2)

📊 Changes

3 files changed (+45 additions, -2 deletions)

View changed files

.github/workflows/ci.yml (+44 -0)
📝 cmd/headscale/headscale.go (+1 -1)
📝 cmd/headscale/headscale_test.go (+0 -1)

📄 Description

This commit adds a basic CI workflow with github actions, configured to run on push and PR. It will run make test, make lint, and make.


🔄 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/juanfont/headscale/pull/18 **Author:** [@cure](https://github.com/cure) **Created:** 4/30/2021 **Status:** ✅ Merged **Merged:** 4/30/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `add-actions` --- ### 📝 Commits (2) - [`283ca3b`](https://github.com/juanfont/headscale/commit/283ca3b6f833e16cd0bb5e86d33e0a2bbd4a4ece) Add ci workflow. - [`491fb0a`](https://github.com/juanfont/headscale/commit/491fb0adb36203cc13595d787b63dc45542ae1ac) Fix a few linter errors. ### 📊 Changes **3 files changed** (+45 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+44 -0) 📝 `cmd/headscale/headscale.go` (+1 -1) 📝 `cmd/headscale/headscale_test.go` (+0 -1) </details> ### 📄 Description This commit adds a basic CI workflow with github actions, configured to run on push and PR. It will run `make test`, `make lint`, and `make`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:12 +01:00
adam closed this issue 2025-12-29 02:29:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1200