-
Notifications
You must be signed in to change notification settings - Fork 98
144 lines (143 loc) · 4.97 KB
/
ping.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
name: 检测论坛状态
run-name: 全部查活
on:
schedule:
- cron: "55 */6 * * *"
jobs:
ping:
runs-on: ubuntu-latest
timeout-minutes: 10
continue-on-error: true
strategy:
fail-fast: false
max-parallel: 3
matrix:
include:
- title: "MCBBS"
url: "https://www.mcbbs.net"
- title: "最MC"
url: "http://www.zuimc.com"
- title: "网易我的世界论坛"
url: "https://mc.netease.com"
- title: "MineBBS"
url: "https://minebbs.com"
- title: "九域资源社区"
url: "https://bbs.mc9y.net"
- title: "暮光方块论坛"
url: "https://bbs.tsfk.top"
- title: "像素点之家"
url: "https://mcbar.club"
- title: "小黑资源论坛"
url: "https://www.blmcpia.com"
- title: "苦力怕论坛"
url: "https://klpbbs.com"
- title: "深空Aurora"
url: "https://bbs.aurora-sky.top"
- title: "像素工坊"
url: "https://www.pixelecraft.com"
- title: "我的世界教育版中文论坛"
url: "https://www.mceebbs.com"
- title: "小僵尸论坛"
url: "https://www.zitbbs.com"
- title: "MCHVH"
url: "https://mchvh.com"
- title: "MCPPS"
url: "https://mcpps.cn"
- title: "我的世界UTC论坛"
url: "https://bbs.mcutc.cn"
- title: "MCraft BBS"
url: "https://mcraftbbs.cn"
- title: "MineTalk"
url: "https://www.minebox.store"
- title: "像素世界论坛"
url: "https://www.pixelbbs.cn"
- title: "萝卜我的世界论坛"
url: "https://www.luobomc.top"
- title: "MC-BBS"
url: "https://mc-bbs.net"
- title: "MCSbbs"
url: "https://mcsbbs.cn"
- title: "美西螈论坛"
url: "https://www.mcmxy.cn"
- title: "SarBBS"
url: "https://forum.sarskin.cn"
- title: "DoMInecraftBBS"
url: "https://www.domcbbs.cn"
- title: "PiboPibo论坛"
url: "https://www.pibopibo.com"
- title: "Tinksp资源论坛"
url: "https://www.tinksp.com"
- title: "McFun"
url: "https://www.mcshuo.com"
- title: "末影论坛"
url: "https://enderbbs.wavemoe.com"
- title: "ikunmc"
url: "https://www.ikunmc.com"
- title: "SimpBBS"
url: "https://www.simpbbs.com"
- title: "HiMCBBS"
url: "https://www.himcbbs.cn"
- title: "方块社区"
url: "https://www.mineforum.cn"
- title: "MineSpeak论坛"
url: "https://bbs.minesms.lol"
- title: "画了个圈中文资源站"
url: "https://imcbbs.com"
- title: "CMCBBS"
url: "https://www.cmcbbs.cn"
- title: "MineFriend"
url: "http://feiyutang.cn"
- title: "neo社区"
url: "https://mcneo.cn"
- title: "SodaMC"
url: "https://sodamc.com"
- title: "MineMC我的世界中文资源论坛"
url: "https://mc422.xyz"
- title: "大家的世界"
url: "https://bbs.mclqj.site"
- title: "MINEBBS"
url: "https://www.minebbs.cc"
- title: "黑曜石论坛"
url: "https://mcobs.fun"
- title: "天空论坛SkyMC"
url: "https://mcbbs.app"
- title: "potatobbs"
url: "http://potato.eeeyt.cn"
- title: "青草原MC社区"
url: "https://qcymc.net"
- title: "MineNets"
url: "https://www.minenets.cn"
- title: "唯安侠"
url: "https://weianxq.com"
- title: "MC中文资源站"
url: "https://www.mcbbs.top"
- title: "REMCBBS我的世界星幻论坛"
url: "https://remcbbs.com"
- title: "星辰论坛"
url: "https://www.mcbbs.website"
- title: "新世界中文论坛"
url: "https://nwbbs.cn"
- title: "MC星空社"
url: "https://www.ufacai.top"
- title: "贝塔MC(BetaMC)"
url: "https://www.betamc.cn"
- title: "史莱姆社区"
url: "https://www.slmsns.com"
- title: "土豆社区"
url: "https://bbs2.potatokj.top"
- title: "MCBBS 3rd"
url: "https://mcbbs.asia"
- title: "MCBBS 4th"
url: "https://www.mcbbs.lol"
- title: "iMC"
url: "https://www.imc.lol/"
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet tool install Web.Ping -g
- name: Ping ${{ matrix.title }}
run: Web.Ping --host ${{ matrix.url }}