Skip to content

Commit 7748939

Browse files
committed
Add crazy badges to README
1 parent 7ceaf63 commit 7748939

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint
1+
name: lint
22

33
on:
44
push:

.github/workflows/debug.yml renamed to .github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Debug build
1+
name: test
22

33
on:
44
push:
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build:
19-
name: Linux Debug build
19+
name: Linux
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
make test
3333
build_go120:
34-
name: Linux Debug build (Go 1.20)
34+
name: Linux (Go 1.20)
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
make test
4949
build_go121:
50-
name: Linux Debug build (Go 1.21)
50+
name: Linux (Go 1.21)
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout
@@ -62,8 +62,8 @@ jobs:
6262
- name: Build
6363
run: |
6464
make test
65-
build__windows:
66-
name: Windows Debug build
65+
build_windows:
66+
name: Windows
6767
runs-on: windows-latest
6868
steps:
6969
- name: Checkout
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
make test
8181
build_darwin:
82-
name: macOS Debug build
82+
name: macOS
8383
runs-on: macos-latest
8484
steps:
8585
- name: Checkout

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# sing
22

3+
![test](https://github.com/sagernet/sing/actions/workflows/test.yml/badge.svg)
4+
![lint](https://github.com/sagernet/sing/actions/workflows/lint.yml/badge.svg)
5+
36
Do you hear the people sing?

0 commit comments

Comments
 (0)