Actually run brew cask style on all taps.

This commit is contained in:
Markus Reiter 2020-08-09 18:04:21 +02:00
parent e28a336345
commit c92cfda328

View File

@ -112,7 +112,13 @@ jobs:
- name: Run brew cask style on all taps
if: matrix.os == 'macOS-latest'
run: brew cask style
run: |
brew tap homebrew/cask
brew tap homebrew/cask-drivers
brew tap homebrew/cask-fonts
brew tap homebrew/cask-versions
brew cask style
- name: Run brew audit --skip-style on all taps
run: brew audit --skip-style