Skip to content

formula style

formula style #50

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew audit --strict Formula/*
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install Formula/*
- run: brew test Formula/*