This commit is contained in:
Ivan Malison 2024-01-06 02:13:39 -07:00
parent cd2ecb22b1
commit 73b09fe9cb

View File

@ -16,6 +16,6 @@ jobs:
- name: alejandra
run: nix develop --impure --command bash -c 'alejandra check flake.nix'
- 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
run: nix develop --impure --command bash -c 'yarn run lint'