Skip to content

Commit d2119ec

Browse files
committed
install shfmt for ci tests
1 parent 914e7b6 commit d2119ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install pandoc
3434
run: rush get pandoc
3535

36+
- name: Install shfmt
37+
run: rush get shfmt
38+
3639
# libyaml needed for Ruby's YAML library
3740
- name: Install OS dependencies
3841
run: sudo apt-get -y install libyaml-dev

0 commit comments

Comments
 (0)