style: move init to composite action
Some checks failed
Check / check (push) Failing after 0s

This commit is contained in:
2025-05-17 02:49:01 -04:00
parent 43fc67ded6
commit a1f22433a0
4 changed files with 42 additions and 86 deletions

View File

@ -13,19 +13,7 @@ jobs:
update:
runs-on: ubuntu-latest
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 }}"
- uses: ./.github/actions/init
# https://github.com/actions/checkout/issues/13
- name: Set Git Config