mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
17 lines
492 B
YAML
17 lines
492 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/foomo/ownbrew/refs/tags/v0.2.3/ownbrew.schema.json
|
|
version: '1.1'
|
|
|
|
binDir: "bin"
|
|
tapDir: ".ownbrew/tap"
|
|
tempDir: ".ownbrew/tmp"
|
|
cellarDir: ".ownbrew/bin"
|
|
packages:
|
|
## https://github.com/golangci/golangci-lint/releases
|
|
- name: golangci-lint
|
|
tap: foomo/tap/golangci/golangci-lint
|
|
version: 2.1.6
|
|
## https://github.com/go-courier/husky/releases
|
|
- name: husky
|
|
tap: foomo/tap/go-courier/husky
|
|
version: 1.8.1
|