Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Feb 8, 2024
1 parent 3f7a375 commit 776eb22
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
matrix:
os: [macos-12, macos-14]
runs-on: ${{ matrix.os }}
env:
BASE_REL: 0.9.20240202
BASE_SRC:
https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
steps:
- uses: actions/checkout@v4
- run: |
Expand All @@ -40,14 +44,12 @@ jobs:
typos-cli \
vale \
yamllint
REL=0.9.20240202
SRC=https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz
curl --location --silent $SRC |
curl --location --silent $BASE_SRC |
tar \
--directory /usr/local/bin \
--extract \
--gzip \
--strip-components=2 \
shellbase-$REL/lib/base.sh
shellbase-$BASE_REL/lib/base.sh
vale sync
redo -xx lint

0 comments on commit 776eb22

Please sign in to comment.