Skip to content

Commit cb5fc23

Browse files
committed
wip
1 parent 0f9d5ed commit cb5fc23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/library-js-feature.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: MatrixAI/.github/.github/actions/install-nix
16+
- uses: MatrixAI/.github/actions/install-nix
1717
- name: Run linting
1818
run: |
1919
nix develop .#ci --command bash -c $'
@@ -30,7 +30,7 @@ jobs:
3030
actions: write
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: MatrixAI/.github/.github/actions/install-nix
33+
- uses: MatrixAI/.github/actions/install-nix
3434
- name: Run build
3535
run: |
3636
nix develop .#ci --command bash -c $'
@@ -53,7 +53,7 @@ jobs:
5353
checks: write
5454
steps:
5555
- uses: actions/checkout@v4
56-
- uses: MatrixAI/.github/.github/actions/install-nix
56+
- uses: MatrixAI/.github/actions/install-nix
5757
- name: Run tests
5858
run: |
5959
nix develop .#ci --command bash -c $'
@@ -86,7 +86,7 @@ jobs:
8686
actions: write
8787
steps:
8888
- uses: actions/checkout@v4
89-
- uses: MatrixAI/.github/.github/actions/install-nix
89+
- uses: MatrixAI/.github/actions/install-nix
9090
- name: Run bench
9191
run: |
9292
nix develop .#ci --command bash -c $'

0 commit comments

Comments
 (0)