@@ -97,26 +97,26 @@ jobs:
97
97
run :
98
98
working-directory : ./lib/octicons_gem
99
99
steps :
100
- - uses : actions/checkout@v2
101
- - name : Setup Ruby
102
- uses : actions /setup-ruby@v1
103
- with :
104
- ruby-version : 2.7
105
- - uses : actions/download-artifact@v2
106
- with :
107
- name : octicons-build
108
- path : ./lib/octicons_gem/lib/build
109
- - run : bundle install
110
- - name : Linting
111
- run : bundle exec rake lint
112
- - name : Testing
113
- run : bundle exec rake test
114
- - name : Build
115
- run : bundle exec rake build
116
- - uses : actions/upload-artifact@master
117
- with :
118
- name : octicons-gem
119
- path : ./lib/octicons_gem/pkg
100
+ - uses : actions/checkout@v2
101
+ - name : Setup Ruby
102
+ uses : ruby /setup-ruby@v1
103
+ with :
104
+ ruby-version : 2.7
105
+ - uses : actions/download-artifact@v2
106
+ with :
107
+ name : octicons-build
108
+ path : ./lib/octicons_gem/lib/build
109
+ - run : bundle install
110
+ - name : Linting
111
+ run : bundle exec rake lint
112
+ - name : Testing
113
+ run : bundle exec rake test
114
+ - name : Build
115
+ run : bundle exec rake build
116
+ - uses : actions/upload-artifact@master
117
+ with :
118
+ name : octicons-gem
119
+ path : ./lib/octicons_gem/pkg
120
120
121
121
octicons_helper :
122
122
name : ' gem:octicons_helper'
@@ -126,20 +126,20 @@ jobs:
126
126
run :
127
127
working-directory : ./lib/octicons_helper
128
128
steps :
129
- - uses : actions/checkout@v2
130
- - name : Setup Ruby
131
- uses : actions /setup-ruby@v1
132
- with :
133
- ruby-version : 2.7
134
- - uses : actions/download-artifact@v2
135
- with :
136
- name : octicons-gem
137
- path : ./lib/octicons_helper/vendor/cache
138
- - run : bundle install
139
- - name : Linting
140
- run : bundle exec rake lint
141
- - name : Testing
142
- run : bundle exec rake test
129
+ - uses : actions/checkout@v2
130
+ - name : Setup Ruby
131
+ uses : ruby /setup-ruby@v1
132
+ with :
133
+ ruby-version : 2.7
134
+ - uses : actions/download-artifact@v2
135
+ with :
136
+ name : octicons-gem
137
+ path : ./lib/octicons_helper/vendor/cache
138
+ - run : bundle install
139
+ - name : Linting
140
+ run : bundle exec rake lint
141
+ - name : Testing
142
+ run : bundle exec rake test
143
143
144
144
octicons_jekyll :
145
145
name : ' gem:octicons_jekyll'
@@ -149,17 +149,17 @@ jobs:
149
149
run :
150
150
working-directory : ./lib/octicons_jekyll
151
151
steps :
152
- - uses : actions/checkout@v2
153
- - name : Setup Ruby
154
- uses : actions /setup-ruby@v1
155
- with :
156
- ruby-version : 2.7
157
- - uses : actions/download-artifact@v2
158
- with :
159
- name : octicons-gem
160
- path : ./lib/octicons_jekyll/vendor/cache
161
- - run : bundle install
162
- - name : Linting
163
- run : bundle exec rake lint
164
- - name : Testing
165
- run : bundle exec rake test
152
+ - uses : actions/checkout@v2
153
+ - name : Setup Ruby
154
+ uses : ruby /setup-ruby@v1
155
+ with :
156
+ ruby-version : 2.7
157
+ - uses : actions/download-artifact@v2
158
+ with :
159
+ name : octicons-gem
160
+ path : ./lib/octicons_jekyll/vendor/cache
161
+ - run : bundle install
162
+ - name : Linting
163
+ run : bundle exec rake lint
164
+ - name : Testing
165
+ run : bundle exec rake test
0 commit comments