Skip to content

Commit

Permalink
updated plugin versions (#20)
Browse files Browse the repository at this point in the history
* ci housekeeping

* updated plugin versions
  • Loading branch information
sha1n authored Sep 20, 2024
1 parent 9f910a5 commit 92fa2ac
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Install Zsh
if: runner.os == 'Linux'
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BASEDIR := $(shell pwd)

test:
@-$(BASEDIR)/tests/run_tests.sh
$(BASEDIR)/tests/run_tests.sh

update_submodules:
@git submodule update --recursive --remote
git submodule update --recursive --remote
2 changes: 1 addition & 1 deletion zsh-plugins/path-ethic
2 changes: 1 addition & 1 deletion zsh-plugins/zsh-completions
2 changes: 1 addition & 1 deletion zsh-plugins/zsh-history-substring-search

0 comments on commit 92fa2ac

Please sign in to comment.