Mark plover-machine-hid as non-broken (#261) #402
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |