This commit is contained in:
Ivan Malison 2024-01-06 02:31:02 -07:00
parent 73b09fe9cb
commit 5d2b45b3e5

View File

@ -18,4 +18,4 @@ jobs:
- name: 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'
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run lint'