Skip to content

Commit

Permalink
Merge branch 'master' into feat/update_plugins_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed May 26, 2021
2 parents c4a335e + 7ad3011 commit 2df30ab
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 37 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/lint.yml
Expand Up @@ -17,17 +17,7 @@ jobs:
uses: asdf-vm/actions/install@v1

- name: Run ShellCheck
run: |
shellcheck -s bash -x \
asdf.sh \
release/tag.sh \
bin/asdf \
bin/private/asdf-exec \
lib/utils.bash \
lib/commands/*.bash \
completions/*.bash \
test/test_helpers.bash \
test/fixtures/dummy_plugin/bin/*
run: scripts/shellcheck.bash

shellfmt:
runs-on: ubuntu-latest
Expand All @@ -42,4 +32,4 @@ jobs:
run: shfmt -f .

- name: Run shfmt
run: shfmt -d .
run: scripts/shfmt.bash

0 comments on commit 2df30ab

Please sign in to comment.