Skip to content

feat: add LNK_HOME env var for custom repository location #17

feat: add LNK_HOME env var for custom repository location

feat: add LNK_HOME env var for custom repository location #17

Workflow file for this run

name: Validate
permissions:
contents: read
on:
pull_request:
branches: [main]
paths:
- ".goreleaser.yml"
- "main.go"
- "cmd/**"
- "internal/**"
- "go.mod"
- "go.sum"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: Check GoReleaser config
uses: goreleaser/goreleaser-action@v7
with:
distribution: goreleaser
version: latest
args: check
- name: Test GoReleaser build
uses: goreleaser/goreleaser-action@v7
with:
distribution: goreleaser
version: latest
args: build --snapshot --clean