Skip to content

Patch websocket disconnects with idempotency (#62) #49

Patch websocket disconnects with idempotency (#62)

Patch websocket disconnects with idempotency (#62) #49

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: StandardRb check
run: bundle exec standardrb