trev a1f22433a0
Some checks failed
Check / check (push) Failing after 0s
style: move init to composite action
2025-05-17 02:49:01 -04:00

18 lines
387 B
YAML

name: "Initialize"
runs:
using: "composite"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Use Cachix
uses: cachix/cachix-action@v16
with:
name: trevstack
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"