Skip to content

Commit

Permalink
Merge pull request #147 from atc0005/minor-ci-tool-version-output-tweaks
Browse files Browse the repository at this point in the history
Minor CI tool version output tweaks
  • Loading branch information
atc0005 authored Sep 1, 2022
2 parents 5329e0b + 573b6fd commit 68d4c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
# potential linting issues in bundled documentation to fail linting CI
# runs for *our* documentation
run: |
echo "markdownlint version: $(markdownlint --version)"
markdownlint '**/*.md' --ignore node_modules --ignore vendor
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ lintinstall:

@export PATH="${PATH}:$(go env GOPATH)/bin"

@echo "Installing latest staticcheck version ..."
@echo "Installing latest stable staticcheck version via go install command ..."
go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck --version

Expand Down

0 comments on commit 68d4c98

Please sign in to comment.