Proper indentation. #184
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: macOS Brew Building HEAD | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
install_dependencies_and_build: | |
name: Build and test formula | |
runs-on: macos-latest | |
steps: | |
- name: Run everything | |
run: | | |
brew update | |
brew install --only-dependencies --HEAD timg | |
brew install --build-from-source --HEAD timg | |
brew test timg |