Skip to content

Commit 6a06fcb

Browse files
committed
ci: fix static analysis job
1 parent c3cb76b commit 6a06fcb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ jobs:
4949
- name: Install shfmt
5050
run: rush snatch dannyben shfmt
5151

52+
# libyaml needed for Ruby's YAML library
53+
- name: Install OS dependencies
54+
run: sudo apt-get -y install libyaml-dev
55+
56+
- name: Setup Ruby
57+
uses: ruby/setup-ruby@v1
58+
with:
59+
ruby-version: '3.1'
60+
bundler-cache: true
61+
5262
- name: Run shellcheck tests
5363
run: bundle exec run shellcheck
5464

0 commit comments

Comments
 (0)