Skip to content

Commit 66ed139

Browse files
chore: update workflows and readme
1 parent 49e1ee7 commit 66ed139

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
89

910
jobs:
1011
ci:

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
89

910
jobs:
1011
golangci:
@@ -20,3 +21,4 @@ jobs:
2021
- uses: golangci/golangci-lint-action@v6
2122
with:
2223
version: latest
24+
install-mode: goinstall

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Release
22

33
on:
44
push:
5-
branches: [main]
6-
paths:
7-
- VERSION
5+
tags:
6+
- "v*"
7+
workflow_dispatch:
88

99
permissions:
1010
contents: write
@@ -25,6 +25,6 @@ jobs:
2525
- uses: goreleaser/goreleaser-action@v6
2626
with:
2727
version: latest
28-
args: release --clean
28+
args: release --clean --snapshot
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
![thumbnail](thumbnail.png)
44

5+
[![Go](https://img.shields.io/badge/Go-1.25-00ADD8?style=for-the-badge&logo=go&logoColor=white)](https://go.dev)
6+
[![MIT](https://img.shields.io/badge/License-MIT-7CB342?style=for-the-badge&logo=opensourceinitiative&logoColor=white)](LICENSE)
7+
[![CI](https://img.shields.io/github/actions/workflow/status/programmersd21/mint/ci.yml?style=for-the-badge&label=CI&logo=githubactions&logoColor=white&color=4CAF50)](https://github.com/programmersd21/mint/actions/workflows/ci.yml)
8+
[![Lint](https://img.shields.io/github/actions/workflow/status/programmersd21/mint/lint.yml?style=for-the-badge&label=Lint&logo=githubactions&logoColor=white&color=AB47BC)](https://github.com/programmersd21/mint/actions/workflows/lint.yml)
9+
[![Release](https://img.shields.io/github/actions/workflow/status/programmersd21/mint/release.yml?style=for-the-badge&label=Release&logo=githubactions&logoColor=white&color=FF7043)](https://github.com/programmersd21/mint/actions/workflows/release.yml)
10+
[![Stars](https://img.shields.io/github/stars/programmersd21/mint?style=for-the-badge&logo=github&logoColor=white&color=FFC107)](https://github.com/programmersd21/mint)
11+
[![Issues](https://img.shields.io/github/issues/programmersd21/mint?style=for-the-badge&logo=github&logoColor=white&color=FF5252)](https://github.com/programmersd21/mint/issues)
12+
[![Go Report](https://goreportcard.com/badge/github.com/programmersd21/mint?style=for-the-badge)](https://goreportcard.com/report/github.com/programmersd21/mint)
13+
514
a terminal-native client for modrinth.
615

716
browse, explore, download, and analyze content from modrinth - all from your terminal.

0 commit comments

Comments
 (0)