nidus-sync/.forgejo/workflows/golint.yaml
Eli Ribble ea33eab9d8
Some checks failed
/ golint (push) Failing after 3m49s
initialize tmp
2026-05-16 18:24:24 +00:00

14 lines
407 B
YAML

on: [push]
jobs:
golint:
runs-on: native
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:
TMPDIR: ${{ forgejo.workspace }}/.tmp
GOTMPDIR: ${{ forgejo.workspace }}/.tmp