Skip to content

Commit

Permalink
Add crazy badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Jul 2, 2024
1 parent 7ceaf63 commit 7748939
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: lint

on:
push:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/debug.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Debug build
name: test

on:
push:
Expand All @@ -16,7 +16,7 @@ on:

jobs:
build:
name: Linux Debug build
name: Linux
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
make test
build_go120:
name: Linux Debug build (Go 1.20)
name: Linux (Go 1.20)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
make test
build_go121:
name: Linux Debug build (Go 1.21)
name: Linux (Go 1.21)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -62,8 +62,8 @@ jobs:
- name: Build
run: |
make test
build__windows:
name: Windows Debug build
build_windows:
name: Windows
runs-on: windows-latest
steps:
- name: Checkout
Expand All @@ -79,7 +79,7 @@ jobs:
run: |
make test
build_darwin:
name: macOS Debug build
name: macOS
runs-on: macos-latest
steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# sing

![test](https://github.com/sagernet/sing/actions/workflows/test.yml/badge.svg)
![lint](https://github.com/sagernet/sing/actions/workflows/lint.yml/badge.svg)

Do you hear the people sing?

0 comments on commit 7748939

Please sign in to comment.