Skip to content

Commit 6567e52

Browse files
committed
feat
1 parent c9766ff commit 6567e52

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
XDG_CONFIG_HOME: ${{ github.workspace }}
1010
steps:
1111
- uses: actions/checkout@v3
12+
- run: make setup-ubuntu
1213
macos:
1314
runs-on: macos-latest
1415
env:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ setup-common:
77
bash ./tmux/setup.sh
88
bash ./zsh/setup.sh
99
bash ./fzf/setup.sh
10+
bash ./scripts/setup-extras.sh
1011

1112
setup-macos: export OS=macos
1213
setup-macos: brew-pkgs dotfiles setup-common

mise/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ rust = "latest"
1717
"go:github.com/kisielk/errcheck" = "latest"
1818
"go:golang.org/x/tools/cmd/godoc" = "latest"
1919
"go:github.com/jackyzha0/hugo-obsidian" = "latest"
20-
"go:github.com/endocode/shelldoc/cmd/shelldoc" = "latest"
2120
"go:github.com/a-h/templ/cmd/templ" = "latest"
2221
"go:github.com/traefik/yaegi/cmd/yaegi" = "latest"
2322
"go:honnef.co/go/tools/cmd/staticcheck" = "latest"

scripts/setup-extras.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go get -u github.com/endocode/shelldoc/cmd/shelldoc

0 commit comments

Comments
 (0)