Skip to content

feat(paginate-ws): Use a Struct to parse the subscribe message #228

feat(paginate-ws): Use a Struct to parse the subscribe message

feat(paginate-ws): Use a Struct to parse the subscribe message #228

Workflow file for this run

---
name: Check 🔎
'on':
push:
pull_request:
jobs:
format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v13
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/flake-checker-action@v8
- run: 'nix fmt . -- --check'
- run: 'nix build .'
- run: 'nix flake check'