mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-02 11:27:37 +03:00
Add crazy badges to README
This commit is contained in:
parent
7ceaf63d41
commit
774893928c
3 changed files with 11 additions and 8 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Lint
|
name: lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: Debug build
|
name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -16,7 +16,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Linux Debug build
|
name: Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
build_go120:
|
build_go120:
|
||||||
name: Linux Debug build (Go 1.20)
|
name: Linux (Go 1.20)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
build_go121:
|
build_go121:
|
||||||
name: Linux Debug build (Go 1.21)
|
name: Linux (Go 1.21)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -62,8 +62,8 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
build__windows:
|
build_windows:
|
||||||
name: Windows Debug build
|
name: Windows
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -79,7 +79,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
build_darwin:
|
build_darwin:
|
||||||
name: macOS Debug build
|
name: macOS
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
|
@ -1,3 +1,6 @@
|
||||||
# sing
|
# sing
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
Do you hear the people sing?
|
Do you hear the people sing?
|
Loading…
Add table
Add a link
Reference in a new issue