Skip to content

ci/cd: add build and check workflows #1

ci/cd: add build and check workflows

ci/cd: add build and check workflows #1

Workflow file for this run

name: "continuous integration: WhatsApp Bridge"
on:
workflow_dispatch:
push:
paths:
- "src/spow-whatsapp-bridge/**"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
cd src/spow-whatsapp-bridge
nix develop --command ./check.sh