Skip to content

Throw InterruptedException during sleep #127

Throw InterruptedException during sleep

Throw InterruptedException during sleep #127

Workflow file for this run

name: Nix Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check