[PR #73] [MERGED] Use github actions instead of travis #225

Closed
opened 2026-02-27 20:23:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/73
Author: @Rigellute
Created: 1/29/2020
Status: Merged
Merged: 1/29/2020
Merged by: @ramsayleung

Base: masterHead: add-github-actions


📝 Commits (1)

  • fc9a623 Use github actions instead of travis

📊 Changes

1 file changed (+73 additions, -0 deletions)

View changed files

.github/workflows/ci.yml (+73 -0)

📄 Description

Author of spotify-tui here. I use Github Actions for CI and CD, and it works very well.

This PR is just a suggestion, feel free to close if you prefer Travis.

This configuration adds the basis for

  • Compiler check
  • Tests
  • Lints (clippy and fmt)

I see that the lints are missing from Travis currently - if this is closed it would be great to include lints in Travis.


🔄 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/ramsayleung/rspotify/pull/73 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 1/29/2020 **Status:** ✅ Merged **Merged:** 1/29/2020 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `add-github-actions` --- ### 📝 Commits (1) - [`fc9a623`](https://github.com/ramsayleung/rspotify/commit/fc9a62362e89c892f28d8e0521016e5a9aedb0c2) Use github actions instead of travis ### 📊 Changes **1 file changed** (+73 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+73 -0) </details> ### 📄 Description Author of [spotify-tui](https://github.com/Rigellute/spotify-tui) here. I use Github Actions for CI and CD, and it works very well. This PR is just a suggestion, feel free to close if you prefer Travis. This configuration adds the basis for - Compiler check - Tests - Lints (clippy and fmt) I see that the lints are missing from Travis currently - if this is closed it would be great to include lints in Travis. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:23:51 +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/rspotify#225
No description provided.