Skip to content

ci: fix brew style/audit to use formula path instead of --tap flag #3

ci: fix brew style/audit to use formula path instead of --tap flag

ci: fix brew style/audit to use formula path instead of --tap flag #3

Workflow file for this run

name: Validate Formula
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
audit:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Tap this repository
run: brew tap openbootdotdev/tap "$(pwd)"
- name: Audit formula
run: brew audit --formula Formula/openboot.rb
- name: Check style
run: brew style Formula/openboot.rb