mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #199] [MERGED] Github actions introduction #304
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#304
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (8)
1fe9311add gh workflowsa0ab89fstaticcheck passc2450felibs updatea6e4fe5staticcheck fixes 2dfcf6dcstaticcheck fixes 22b8f06adisable tests for noweabf2b9lint fixes1de2bdaMerge branch 'Telmate:master' into master📊 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.