Skip to content

Commit 7ef56c0

Browse files
committed
chore: update README with demo GIF, adjust logo size, and add .rivet.yaml to .gitignore; remove obsolete .rivet.yaml configuration file
1 parent ed3ac16 commit 7ef56c0

File tree

4 files changed

+10
-28
lines changed

4 files changed

+10
-28
lines changed

.github/.rivet.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dist/
3333
# Rivet state files
3434
*.state.yaml
3535
.rivet.state.yaml
36+
.rivet.yaml
3637

3738
bin/
3839

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<div align="center">
2-
<img src="static/rivet_logo.png" alt="Rivet" width="200"/>
3-
2+
3+
<img src="static/rivet_logo.png" alt="Rivet" width="180"/>
4+
45
# Rivet
56

67
**A TUI for organizing and managing GitHub Actions workflows.**
7-
8+
89
[![Go Version](https://img.shields.io/badge/go-1.21+-blue.svg)](https://go.dev)
910
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
11+
12+
---
13+
14+
<img src="static/demo.gif" alt="Demo" width="700">
15+
1016
</div>
1117

1218
---

static/demo.gif

501 KB
Loading

0 commit comments

Comments
 (0)