Merge pull request #157 from DeterminateSystems/flakehub-cache-action
Some checks failed
CI / typescript-action (push) Has been cancelled
CI / validate (push) Has been cancelled

This commit is contained in:
Luc Perkins 2025-03-24 15:51:20 -03:00 committed by GitHub
commit e680567e78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -13,8 +13,8 @@ jobs:
fetch-depth: 0
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Enable FlakeHub Cache
uses: DeterminateSystems/flakehub-cache-action@main
- name: Install pnpm dependencies
run: nix develop --command pnpm install
- name: Check formatting

View file

@ -10,12 +10,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check flake
uses: DeterminateSystems/flake-checker-action@main
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Enable FlakeHub Cache
uses: DeterminateSystems/flakehub-cache-action@main
- name: Update flake.lock
uses: ./.
with: