diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 5d71952..f92128f 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -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'