style: rename
Some checks failed
Check / check (push) Has been cancelled

This commit is contained in:
trev 2025-05-17 04:08:10 -04:00
parent f9245c4145
commit 6767df7f91

View File

@ -1,4 +1,4 @@
name: "initialize"
name: "Initialize"
description: "install nix & use cachix"
inputs:
@ -9,12 +9,12 @@ inputs:
runs:
using: "composite"
steps:
- name: install nix
- name: Install nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: use cachix
- name: Use cachix
uses: cachix/cachix-action@v16
with:
name: trevstack