Skip to content

minor changes, ratelimit doubles when from websocket #109

minor changes, ratelimit doubles when from websocket

minor changes, ratelimit doubles when from websocket #109

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: submodule
run: git submodule update --init --recursive
- name: Go lint
run: cd nodemux && make golint
- name: Test
run: cd nodemux && make test