Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Sep 22, 2023
1 parent 36a6f86 commit eb29ee6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,18 @@ jobs:
strict: true
test-macos:
runs-on: macos-latest
env:
BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v0.9.20230808.tar.gz # yamllint disable-line
steps:
- uses: actions/checkout@v4
- run: |
curl --location --silent $BASE_SRC |
tar \
--directory /usr/local/bin \
--extract \
--gzip \
--strip-components=2 \
shellbase-0.9.20230808/lib/base.sh
brew install \
goredo \
shellcheck \
Expand Down

0 comments on commit eb29ee6

Please sign in to comment.