Skip to content

Commit

Permalink
Add step to log tool versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Oct 3, 2024
1 parent 3b72bc7 commit cf77a00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,12 @@ jobs:
name: "Install coreutils (for md5sum)"
run: "brew install coreutils"

- name: "Log tool versions"
run: |-
md5sum --version
python --version
tar --version
task --version
- name: "Run lint task"
run: "task lint:check"

0 comments on commit cf77a00

Please sign in to comment.