Skip to content

refactor: server should start the receive loop #16

refactor: server should start the receive loop

refactor: server should start the receive loop #16

Workflow file for this run

name: CI
on:
pull_request:
jobs:
flake-check:
runs-on: ubuntu-24.04
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: DeterminateSystems/flake-checker-action@main
- run: nix flake check
docker:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/docker
with:
images: kalbasit/signal-api-receiver
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}