Skip to content

Merge branch 'formula-style' into test-bot #53

Merge branch 'formula-style' into test-bot

Merge branch 'formula-style' into test-bot #53

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/*