Skip to content

Implement websocket keepalive #28

Implement websocket keepalive

Implement websocket keepalive #28

Workflow file for this run

name: xconn CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.2.1/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
- name: Run lint
run: make lint
- name: Run tests
run: make test