mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
CI: Query wscat version.
This commit is contained in:
parent
2b5d3eb4fe
commit
84f3044c62
1 changed files with 2 additions and 1 deletions
3
.github/workflows/site-checks.yml
vendored
3
.github/workflows/site-checks.yml
vendored
|
|
@ -18,7 +18,8 @@ jobs:
|
|||
sudo apt-get -y install w3c-linkchecker node-ws
|
||||
- name: Check websocket connection
|
||||
run: |
|
||||
wscat --connect "wss://reanimate.clozecards.com:443/ws/" --execute "GET /\n"
|
||||
wscat --version
|
||||
wscat --connect --help "wss://reanimate.clozecards.com:443/ws/"
|
||||
- name: Check links at reanimate.github.io
|
||||
run: |
|
||||
FAILURES=$(checklink --quiet --broken "https://reanimate.github.io/")
|
||||
|
|
|
|||
Loading…
Reference in a new issue