Re-route temp files to workspace tmp
Some checks failed
/ golint (push) Failing after 7s

This commit is contained in:
Eli Ribble 2026-05-16 18:18:37 +00:00
parent eacb8c567c
commit ea16832973
No known key found for this signature in database

View file

@ -7,3 +7,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: golangci-lint - name: golangci-lint
run: /run/current-system/sw/bin/nix develop -c golangci-lint run run: /run/current-system/sw/bin/nix develop -c golangci-lint run
env:
TMPDIR: ${{ forgejo.workspace }}/.tmp
GOTMPDIR: ${{ forgejo.workspace }}/.tmp