[PR #3] [MERGED] feat(ci/cd): add workflows for ci & release #10

Closed
opened 2026-03-03 18:51:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/oxygenpay/oxygen/pull/3
Author: @swift1337
Created: 6/24/2023
Status: Merged
Merged: 6/25/2023
Merged by: @swift1337

Base: developHead: feat/actions


📝 Commits (4)

📊 Changes

13 files changed (+906 additions, -2429 deletions)

View changed files

.github/workflows/ci.yml (+56 -0)
.github/workflows/release.yml (+99 -0)
📝 .gitignore (+2 -1)
📝 .golangci.yml (+3 -6)
📝 Makefile (+1 -1)
📝 internal/provider/trongrid/provider.go (+72 -71)
📝 internal/service/blockchain/currencies.go (+1 -0)
📝 internal/service/blockchain/currencies_test.go (+1 -1)
📝 internal/service/blockchain/service_convertor.go (+1 -0)
📝 internal/service/processing/service_test.go (+1 -0)
📝 ui-dashboard/package-lock.json (+669 -2318)
ui-dashboard/tsconfig copy.json (+0 -22)
ui-dashboard/tsconfig.node copy.json (+0 -9)

📄 Description

  • Bump go from 1.18 to 1.20
  • Add workflow for linting the code
  • Add release workflow

🔄 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/oxygenpay/oxygen/pull/3 **Author:** [@swift1337](https://github.com/swift1337) **Created:** 6/24/2023 **Status:** ✅ Merged **Merged:** 6/25/2023 **Merged by:** [@swift1337](https://github.com/swift1337) **Base:** `develop` ← **Head:** `feat/actions` --- ### 📝 Commits (4) - [`b6b826c`](https://github.com/oxygenpay/oxygen/commit/b6b826c4d39635d26fa59ab2ed6be2f1002e65cc) Github actions WIP - [`d300021`](https://github.com/oxygenpay/oxygen/commit/d300021df0b53dba8b9e353a4e4e4f8c050d97f9) Fix linter issues. Upgrade to go v1.20 - [`8c6b74f`](https://github.com/oxygenpay/oxygen/commit/8c6b74f26f98d0042c0ad1b12e92d1e5f7867164) Add linting for TS - [`43c45f1`](https://github.com/oxygenpay/oxygen/commit/43c45f19c1ce58b3623a419bf696b240dd20deae) Add release workflow ### 📊 Changes **13 files changed** (+906 additions, -2429 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+56 -0) ➕ `.github/workflows/release.yml` (+99 -0) 📝 `.gitignore` (+2 -1) 📝 `.golangci.yml` (+3 -6) 📝 `Makefile` (+1 -1) 📝 `internal/provider/trongrid/provider.go` (+72 -71) 📝 `internal/service/blockchain/currencies.go` (+1 -0) 📝 `internal/service/blockchain/currencies_test.go` (+1 -1) 📝 `internal/service/blockchain/service_convertor.go` (+1 -0) 📝 `internal/service/processing/service_test.go` (+1 -0) 📝 `ui-dashboard/package-lock.json` (+669 -2318) ➖ `ui-dashboard/tsconfig copy.json` (+0 -22) ➖ `ui-dashboard/tsconfig.node copy.json` (+0 -9) </details> ### 📄 Description - Bump go from 1.18 to 1.20 - Add workflow for linting the code - Add release workflow --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 18:51:35 +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/oxygen#10
No description provided.