Skip to content

We should support linux bottle now #5

We should support linux bottle now

We should support linux bottle now #5

Workflow file for this run

on:
pull_request:
paths:
- pkgx.rb
jobs:
smoke:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: Homebrew/actions/setup-homebrew@master
- run: brew install --build-from-source ./pkgx.rb
- run: brew test pkgx
- run: brew audit pkgx