Skip to content

Commit a0a22bb

Browse files
committed
feat: check if game server is listed on linuxgsm.com
1 parent 5905cad commit a0a22bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/details-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ jobs:
7272

7373
- name: Query Raw
7474
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query-raw
75+
76+
- name: Check game server is listed on LinuxGSM.com
77+
run : curl -L -s -o -I --fail -w "%{http_code}" https://linuxgsm.com/servers/${{ matrix.shortname }}server

0 commit comments

Comments
 (0)