Skip to content

Commit

Permalink
gum is only available on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Wiecheć committed Aug 9, 2022
1 parent cec0071 commit 336a8e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: asdf plugin test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,3 @@ jobs:
shellcheck --version
- name: Shellcheck
run: shellcheck -x bin/* -P lib/

shfmt:
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install shfmt
run: brew install shfmt

- name: Run shfmt
run: shfmt -d -i 2 -ci .
1 change: 0 additions & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ download_release() {

case "$(uname -s)" in
Linux*) platform=linux ;;
Darwin*) platform=macos ;;
esac

case "$(uname -m)" in
Expand Down

0 comments on commit 336a8e6

Please sign in to comment.