From cb5fc23301f8925f9da09d02b60ade1111e4971e Mon Sep 17 00:00:00 2001 From: Brynley Llewellyn-Roux Date: Thu, 9 Jan 2025 11:33:53 +1030 Subject: [PATCH] wip --- .github/workflows/library-js-feature.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/library-js-feature.yml b/.github/workflows/library-js-feature.yml index 7fce379..8f77379 100644 --- a/.github/workflows/library-js-feature.yml +++ b/.github/workflows/library-js-feature.yml @@ -13,7 +13,7 @@ jobs: contents: read steps: - uses: actions/checkout@v4 - - uses: MatrixAI/.github/.github/actions/install-nix + - uses: MatrixAI/.github/actions/install-nix - name: Run linting run: | nix develop .#ci --command bash -c $' @@ -30,7 +30,7 @@ jobs: actions: write steps: - uses: actions/checkout@v4 - - uses: MatrixAI/.github/.github/actions/install-nix + - uses: MatrixAI/.github/actions/install-nix - name: Run build run: | nix develop .#ci --command bash -c $' @@ -53,7 +53,7 @@ jobs: checks: write steps: - uses: actions/checkout@v4 - - uses: MatrixAI/.github/.github/actions/install-nix + - uses: MatrixAI/.github/actions/install-nix - name: Run tests run: | nix develop .#ci --command bash -c $' @@ -86,7 +86,7 @@ jobs: actions: write steps: - uses: actions/checkout@v4 - - uses: MatrixAI/.github/.github/actions/install-nix + - uses: MatrixAI/.github/actions/install-nix - name: Run bench run: | nix develop .#ci --command bash -c $'