Skip to content

helix: enable tab rendering #323

helix: enable tab rendering

helix: enable tab rendering #323

Workflow file for this run

name: Check
on:
- push
jobs:
deadnix:
name: "Dead Nix"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix run nixpkgs#deadnix -- --fail --hidden
format:
name: "Check format"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=flake:nixpkgs
- run: nix run nixpkgs#alejandra -- --check .
statix:
name: "Statix"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix run nixpkgs#statix check