Skip to content
Snippets Groups Projects
Commit c92cfda3 authored by Markus Reiter's avatar Markus Reiter
Browse files

Actually run `brew cask style` on all taps.

parent e28a3363
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment