Skip to content

Commit

Permalink
feat: check if game server is listed on linuxgsm.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed May 27, 2023
1 parent 5905cad commit a0a22bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/details-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ jobs:

- name: Query Raw
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query-raw

- name: Check game server is listed on LinuxGSM.com
run : curl -L -s -o -I --fail -w "%{http_code}" https://linuxgsm.com/servers/${{ matrix.shortname }}server

0 comments on commit a0a22bb

Please sign in to comment.