Skip to content

chore: grimd -> leng rename (#31) #16

chore: grimd -> leng rename (#31)

chore: grimd -> leng rename (#31) #16

Workflow file for this run

name: Test Nix Flake build
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build . --show-trace
- run: nix flake check