Skip to content

chore: bump openboot to 0.54.0 #11

chore: bump openboot to 0.54.0

chore: bump openboot to 0.54.0 #11

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 openbootdotdev/tap/openboot
- name: Check style
run: brew style openbootdotdev/tap/openboot