Skip to content

Decluttered imports with cargo fix #15

Decluttered imports with cargo fix

Decluttered imports with cargo fix #15

Workflow file for this run

name: Nix Package
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@14344b39ca74ae462b171571696461d555318cc3
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
run: nix build
- name: Check Flake
run: nix flake check