[PR #199] [MERGED] Github actions introduction #304

Closed
opened 2026-02-28 00:41:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/199
Author: @mleone87
Created: 9/27/2022
Status: Merged
Merged: 9/27/2022
Merged by: @mleone87

Base: masterHead: master


📝 Commits (8)

📊 Changes

14 files changed (+252 additions, -98 deletions)

View changed files

.github/workflows/go.yml (+44 -0)
📝 cli/cobra.go (+12 -12)
📝 go.mod (+6 -6)
📝 go.sum (+13 -0)
📝 main.go (+15 -13)
📝 proxmox/client.go (+69 -4)
📝 proxmox/client_test.go (+3 -2)
📝 proxmox/config_acme_account.go (+24 -14)
📝 proxmox/config_acme_plugin.go (+29 -11)
📝 proxmox/config_qemu.go (+7 -5)
📝 proxmox/config_user.go (+1 -1)
📝 proxmox/session.go (+5 -6)
📝 proxmox/util.go (+4 -4)
📝 test/cli/shared_tests.go (+20 -20)

📄 Description

Adds github actions to check if code is good, tests are disabled


🔄 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/Telmate/proxmox-api-go/pull/199 **Author:** [@mleone87](https://github.com/mleone87) **Created:** 9/27/2022 **Status:** ✅ Merged **Merged:** 9/27/2022 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`1fe9311`](https://github.com/Telmate/proxmox-api-go/commit/1fe9311f5c7583da4be54cd05e30dca497ce5ee4) add gh workflows - [`a0ab89f`](https://github.com/Telmate/proxmox-api-go/commit/a0ab89fa2d093d2ed493f635e640e3caf5afc9d7) staticcheck pass - [`c2450fe`](https://github.com/Telmate/proxmox-api-go/commit/c2450fe8428486778b98d8b580706d73b122aecd) libs update - [`a6e4fe5`](https://github.com/Telmate/proxmox-api-go/commit/a6e4fe5c370436abf7b47ac30db3ba8059ec8b89) staticcheck fixes 2 - [`dfcf6dc`](https://github.com/Telmate/proxmox-api-go/commit/dfcf6dc91fd5377d2040b152b4e3455e3e6886c9) staticcheck fixes 2 - [`2b8f06a`](https://github.com/Telmate/proxmox-api-go/commit/2b8f06a3fa6f21efcd695012d8225a9b72929909) disable tests for now - [`eabf2b9`](https://github.com/Telmate/proxmox-api-go/commit/eabf2b9717bf03d1aca9f06238e0ce2ae8b07e67) lint fixes - [`1de2bda`](https://github.com/Telmate/proxmox-api-go/commit/1de2bda49464fabf7245cf971939977531f09d1d) Merge branch 'Telmate:master' into master ### 📊 Changes **14 files changed** (+252 additions, -98 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/go.yml` (+44 -0) 📝 `cli/cobra.go` (+12 -12) 📝 `go.mod` (+6 -6) 📝 `go.sum` (+13 -0) 📝 `main.go` (+15 -13) 📝 `proxmox/client.go` (+69 -4) 📝 `proxmox/client_test.go` (+3 -2) 📝 `proxmox/config_acme_account.go` (+24 -14) 📝 `proxmox/config_acme_plugin.go` (+29 -11) 📝 `proxmox/config_qemu.go` (+7 -5) 📝 `proxmox/config_user.go` (+1 -1) 📝 `proxmox/session.go` (+5 -6) 📝 `proxmox/util.go` (+4 -4) 📝 `test/cli/shared_tests.go` (+20 -20) </details> ### 📄 Description Adds github actions to check if code is good, tests are disabled --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:41 +03:00
Sign in to join this conversation.
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/proxmox-api-go#304
No description provided.