Skip to content

Commit ea779ad

Browse files
BrunoQuaresmamafredri
authored andcommitted
docs: improve readme (#357)
Co-authored-by: Cian Johnston <[email protected]> Co-authored-by: Muhammad Atif Ali <[email protected]> (cherry picked from commit 63a383b)
1 parent 47de9d1 commit ea779ad

13 files changed

+384
-401
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
with:
5858
go-version: "~1.22"
5959

60-
- name: Generate docs
61-
run: make docs
60+
- name: Generate env vars docs
61+
run: make docs/env-variables.md
6262

6363
- name: Check for unstaged files
6464
run: git diff --exit-code

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ update-golden-files: .gen-golden
3636
go test ./options -update
3737
@touch "$@"
3838

39-
docs: options/options.go options/options_test.go
39+
docs/env-variables.md: options/options.go options/options_test.go
4040
go run ./scripts/docsgen/main.go
4141

4242
.PHONY: test

0 commit comments

Comments
 (0)