Skip to content

Merge branch 'main' of https://github.com/gorilla/websocket #4

Merge branch 'main' of https://github.com/gorilla/websocket

Merge branch 'main' of https://github.com/gorilla/websocket #4

Workflow file for this run

name: Verify
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --timeout=5m