Update CODEOWNERS #46
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: Build | |
on: [push] | |
jobs: | |
build: | |
name: Build packages | |
runs-on: macos-latest | |
timeout-minutes: 5 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install formula | |
run: | | |
brew install --formula -s Formula/snowcli.rb | |
brew uninstall snowcli | |
brew install --formula -s Formula/snowflake-cli.rb | |
- name: Check snow commands | |
run: | | |
snow --help |