Fix?
This commit is contained in:
parent
cd2ecb22b1
commit
73b09fe9cb
@ -16,6 +16,6 @@ jobs:
|
|||||||
- name: alejandra
|
- name: alejandra
|
||||||
run: nix develop --impure --command bash -c 'alejandra check flake.nix'
|
run: nix develop --impure --command bash -c 'alejandra check flake.nix'
|
||||||
- name: install
|
- name: install
|
||||||
run: nix develop --impure --command bash -c 'YARN_CACHE_FOLDER=. yarn config set link-folder . && yarn install'
|
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn config set link-folder . && yarn install'
|
||||||
- name: lint
|
- name: lint
|
||||||
run: nix develop --impure --command bash -c 'yarn run lint'
|
run: nix develop --impure --command bash -c 'yarn run lint'
|
||||||
|
Loading…
Reference in New Issue
Block a user