Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Refactor: replace bounded mpsc channels with unbounded #12

Refactor: replace bounded mpsc channels with unbounded

Refactor: replace bounded mpsc channels with unbounded #12

Workflow file for this run

name: Run tests
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake check
- run: nix run .#fmt
- run: nix run .#clippy
- name: Check mdbook-admonish changes are not committed
run: |
if grep -q "do not edit: managed by \`mdbook-admonish install\`" docs/book.toml; then
echo "remove generated mdbook-admonish lines from docs/books.toml" >&2
exit 1
fi
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix run .#test