We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5905cad commit a0a22bbCopy full SHA for a0a22bb
.github/workflows/details-check.yml
@@ -72,3 +72,6 @@ jobs:
72
73
- name: Query Raw
74
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