workflows/tests: display cop names.

This is useful when debugging locally.
This commit is contained in:
Mike McQuaid 2019-11-27 13:09:35 +00:00
parent b321e397b6
commit 854b445919
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -74,7 +74,7 @@ jobs:
- name: Run brew style
run: |
export PATH="/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin"
brew style
brew style --display-cop-names
- name: Run brew man
run: |