initialize tmp
Some checks failed
/ golint (push) Failing after 3m49s

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

View file

@ -5,6 +5,8 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v4
- name: tmp init
run: mkdir -p ${{ forgejo.workspace }}/.tmp
- name: golangci-lint
run: /run/current-system/sw/bin/nix develop -c golangci-lint run
env: