Skip to content

[#591] Test

[#591] Test #958

Workflow file for this run

name: Check homebrew formulas
on:
# Run on any push which changes related files
push:
paths:
- 'Formula/*.rb'
- '.github/workflows/check-formulas.yml'
jobs:
check-formulas:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check formula syntax
run: ruby -c ./Formula/*.rb
- name: Check formula source
# All formulas share the same source URL, so it's fine to fetch sources
# for only one formula
run: brew fetch --formula -s ./Formula/tezos-client.rb