Skip to content

Mark plover-machine-hid as non-broken (#261) #402

Mark plover-machine-hid as non-broken (#261)

Mark plover-machine-hid as non-broken (#261) #402

Workflow file for this run

---
name: "Build the flake"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: false
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix fmt -- --ci
- run: nix build
- run: nix build .#plover-full