Skip to content

Commit

Permalink
Add selfup for a inspecting version targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Nov 26, 2024
1 parent 7f0f66c commit c1fffca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/deps/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func main() {
{Path: "stylua", Args: []string{"--version"}},
{Path: "nixpkgs-lint", Args: []string{"--version"}},
{Path: "goreleaser", Args: []string{"--version"}},
{Path: "selfup", Args: []string{"-version"}},

// Even if nixfmt returns old version as v0.5.0, the actual code is latest
// https://github.com/NixOS/nixpkgs/pull/292625/files#diff-cf53ba433c9a367969e739cd32bc5a6fb9be271ed0ec604c34a3542a54ff1f5fR9-R12
Expand Down
1 change: 1 addition & 0 deletions cmd/lint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func main() {
{Path: "go", Args: []string{"vet", "./..."}},
{Path: "nixpkgs-lint", Args: []string{"."}},
{Path: "markdownlint-cli2", Args: markdownPaths},
// Add selfup as `git ls-files | xargs selfup list -check`. Consider https://github.com/kachick/dotfiles/issues/905 for use of pipe
}

if *allFlag {
Expand Down

0 comments on commit c1fffca

Please sign in to comment.