Skip to content

Automatic bump version to v0.4.4-alpha. #32

Automatic bump version to v0.4.4-alpha.

Automatic bump version to v0.4.4-alpha. #32

Workflow file for this run

name: ci
on:
push:
branches: [main]
paths-ignore: ['**.md']
pull_request:
branches: [main]
paths-ignore: ['**.md']
jobs:
ci:
strategy:
matrix:
os: [macos-13, macos-14]
runs-on: ${{ matrix.os }}
timeout-minutes: 5
steps:
- name: Tap and install
run: |
brew tap liquidaty/zsv
brew install zsv
- name: Check installed version
run: zsv version
- name: Uninstall and untap
run: |
brew uninstall zsv
brew untap liquidaty/zsv
zsv version || true