Skip to content

fixup! feat(serve): Refactor /api/ws to be event driven and let the c… #164

fixup! feat(serve): Refactor /api/ws to be event driven and let the c…

fixup! feat(serve): Refactor /api/ws to be event driven and let the c… #164

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@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/flake-checker-action@v8
- run: 'nix fmt . -- --check'
- run: 'nix build .'
- run: 'nix flake check'