File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 24
24
- name : Install OS dependencies
25
25
run : sudo apt-get -y install libyaml-dev
26
26
27
- # Rush needed for easy installation of latest shfmt
28
- - name : Install rush
29
- run : curl -Ls http://get.dannyb.co/rush/setup | bash
30
-
31
- - name : Install shfmt
32
- run : rush snatch dannyben shfmt
33
-
34
27
- name : Setup Ruby
35
28
uses : ruby/setup-ruby@v1
36
29
with :
40
33
- name : Run tests
41
34
run : bundle exec rspec
42
35
36
+ static_analysis :
37
+ name : Static analysis of Example files
38
+
39
+ runs-on : ubuntu-latest
40
+
41
+ steps :
42
+ - name : Checkout code
43
+ uses : actions/checkout@v3
44
+
45
+ # Rush needed for easy installation of latest shfmt
46
+ - name : Install rush
47
+ run : curl -Ls http://get.dannyb.co/rush/setup | bash
48
+
49
+ - name : Install shfmt
50
+ run : rush snatch dannyben shfmt
51
+
43
52
- name : Run shellcheck tests
44
53
run : bundle exec run shellcheck
45
54
You can’t perform that action at this time.
0 commit comments