This commit is contained in:
Ivan Malison 2024-01-05 23:27:48 -07:00
parent f401c418c5
commit ad66131e01

View File

@ -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 install' run: nix develop --impure --command bash -c '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'