File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 $'
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 $'
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 $'
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 $'
You can’t perform that action at this time.
0 commit comments