Skip to content

build(deps): bump crate-ci/typos from 1.40.0 to 1.40.1 (#25) #150

build(deps): bump crate-ci/typos from 1.40.0 to 1.40.1 (#25)

build(deps): bump crate-ci/typos from 1.40.0 to 1.40.1 (#25) #150

Workflow file for this run

# SPDX-FileCopyrightText: 2023-2025 David Rabkin
# SPDX-License-Identifier: 0BSD
# This workflow has limitations -- Ubuntu lacks a redo package.
---
name: test
'on': [pull_request, push]
env:
BASE_REL: 0.9.20251111
BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v0.9.20251111.tar.gz # yamllint disable-line
jobs:
test:
strategy:
matrix:
os:
- macos-14
- macos-15
- macos-15-intel
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- run: |
brew upgrade
brew install goredo
curl --location --silent "$BASE_SRC" |
tar \
--directory /usr/local/bin \
--extract \
--gzip \
--strip-components=2 \
shellbase-"$BASE_REL"/lib/base.sh
redo -xx