Skip to content

Commit e9c30ee

Browse files
Add GitHub action for pull_request. (#94)
1 parent eaf235a commit e9c30ee

2 files changed

Lines changed: 298 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: CI
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
8+
jobs:
9+
Build:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v1
15+
16+
- name: Set up Ruby 2.7
17+
uses: actions/setup-ruby@v1
18+
with:
19+
ruby-version: 2.7.x
20+
21+
- name: Install Bundler
22+
run: gem install bundler
23+
24+
- uses: actions/cache@v1
25+
with:
26+
path: vendor/bundle
27+
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
28+
restore-keys: |
29+
${{ runner.os }}-gems-
30+
31+
- name: Bundle install
32+
run: |
33+
bundle config path vendor/bundle
34+
bundle install
35+
36+
- name: Test web site changes
37+
run: ./script/cibuild

Gemfile.lock

Lines changed: 261 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,261 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
colorize (0.8.1)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.4)
20+
dnsruby (1.61.2)
21+
addressable (~> 2.5)
22+
em-websocket (0.5.1)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
27+
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (0.15.4)
30+
multipart-post (>= 1.2, < 3)
31+
ffi (1.10.0)
32+
forwardable-extended (2.6.0)
33+
gemoji (3.0.0)
34+
github-pages (196)
35+
activesupport (= 4.2.10)
36+
github-pages-health-check (= 1.16.0)
37+
jekyll (= 3.7.4)
38+
jekyll-avatar (= 0.6.0)
39+
jekyll-coffeescript (= 1.1.1)
40+
jekyll-commonmark-ghpages (= 0.1.5)
41+
jekyll-default-layout (= 0.1.4)
42+
jekyll-feed (= 0.11.0)
43+
jekyll-gist (= 1.5.0)
44+
jekyll-github-metadata (= 2.12.1)
45+
jekyll-mentions (= 1.4.1)
46+
jekyll-optional-front-matter (= 0.3.0)
47+
jekyll-paginate (= 1.1.0)
48+
jekyll-readme-index (= 0.2.0)
49+
jekyll-redirect-from (= 0.14.0)
50+
jekyll-relative-links (= 0.6.0)
51+
jekyll-remote-theme (= 0.3.1)
52+
jekyll-sass-converter (= 1.5.2)
53+
jekyll-seo-tag (= 2.5.0)
54+
jekyll-sitemap (= 1.2.0)
55+
jekyll-swiss (= 0.4.0)
56+
jekyll-theme-architect (= 0.1.1)
57+
jekyll-theme-cayman (= 0.1.1)
58+
jekyll-theme-dinky (= 0.1.1)
59+
jekyll-theme-hacker (= 0.1.1)
60+
jekyll-theme-leap-day (= 0.1.1)
61+
jekyll-theme-merlot (= 0.1.1)
62+
jekyll-theme-midnight (= 0.1.1)
63+
jekyll-theme-minimal (= 0.1.1)
64+
jekyll-theme-modernist (= 0.1.1)
65+
jekyll-theme-primer (= 0.5.3)
66+
jekyll-theme-slate (= 0.1.1)
67+
jekyll-theme-tactile (= 0.1.1)
68+
jekyll-theme-time-machine (= 0.1.1)
69+
jekyll-titles-from-headings (= 0.5.1)
70+
jemoji (= 0.10.2)
71+
kramdown (= 1.17.0)
72+
liquid (= 4.0.0)
73+
listen (= 3.1.5)
74+
mercenary (~> 0.3)
75+
minima (= 2.5.0)
76+
nokogiri (>= 1.8.5, < 2.0)
77+
rouge (= 2.2.1)
78+
terminal-table (~> 1.4)
79+
github-pages-health-check (1.16.0)
80+
addressable (~> 2.3)
81+
dnsruby (~> 1.60)
82+
octokit (~> 4.0)
83+
public_suffix (~> 3.0)
84+
typhoeus (~> 1.3)
85+
html-pipeline (2.10.0)
86+
activesupport (>= 2)
87+
nokogiri (>= 1.4)
88+
html-proofer (3.10.2)
89+
activesupport (>= 4.2, < 6.0)
90+
addressable (~> 2.3)
91+
colorize (~> 0.8)
92+
mercenary (~> 0.3.2)
93+
nokogiri (~> 1.9)
94+
parallel (~> 1.3)
95+
typhoeus (~> 1.3)
96+
yell (~> 2.0)
97+
http_parser.rb (0.6.0)
98+
i18n (0.9.5)
99+
concurrent-ruby (~> 1.0)
100+
jekyll (3.7.4)
101+
addressable (~> 2.4)
102+
colorator (~> 1.0)
103+
em-websocket (~> 0.5)
104+
i18n (~> 0.7)
105+
jekyll-sass-converter (~> 1.0)
106+
jekyll-watch (~> 2.0)
107+
kramdown (~> 1.14)
108+
liquid (~> 4.0)
109+
mercenary (~> 0.3.3)
110+
pathutil (~> 0.9)
111+
rouge (>= 1.7, < 4)
112+
safe_yaml (~> 1.0)
113+
jekyll-avatar (0.6.0)
114+
jekyll (~> 3.0)
115+
jekyll-coffeescript (1.1.1)
116+
coffee-script (~> 2.2)
117+
coffee-script-source (~> 1.11.1)
118+
jekyll-commonmark (1.2.0)
119+
commonmarker (~> 0.14)
120+
jekyll (>= 3.0, < 4.0)
121+
jekyll-commonmark-ghpages (0.1.5)
122+
commonmarker (~> 0.17.6)
123+
jekyll-commonmark (~> 1)
124+
rouge (~> 2)
125+
jekyll-default-layout (0.1.4)
126+
jekyll (~> 3.0)
127+
jekyll-feed (0.11.0)
128+
jekyll (~> 3.3)
129+
jekyll-gist (1.5.0)
130+
octokit (~> 4.2)
131+
jekyll-github-metadata (2.12.1)
132+
jekyll (~> 3.4)
133+
octokit (~> 4.0, != 4.4.0)
134+
jekyll-mentions (1.4.1)
135+
html-pipeline (~> 2.3)
136+
jekyll (~> 3.0)
137+
jekyll-optional-front-matter (0.3.0)
138+
jekyll (~> 3.0)
139+
jekyll-paginate (1.1.0)
140+
jekyll-readme-index (0.2.0)
141+
jekyll (~> 3.0)
142+
jekyll-redirect-from (0.14.0)
143+
jekyll (~> 3.3)
144+
jekyll-relative-links (0.6.0)
145+
jekyll (~> 3.3)
146+
jekyll-remote-theme (0.3.1)
147+
jekyll (~> 3.5)
148+
rubyzip (>= 1.2.1, < 3.0)
149+
jekyll-sass-converter (1.5.2)
150+
sass (~> 3.4)
151+
jekyll-seo-tag (2.5.0)
152+
jekyll (~> 3.3)
153+
jekyll-sitemap (1.2.0)
154+
jekyll (~> 3.3)
155+
jekyll-swiss (0.4.0)
156+
jekyll-theme-architect (0.1.1)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-cayman (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-dinky (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-hacker (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-leap-day (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-merlot (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-midnight (0.1.1)
175+
jekyll (~> 3.5)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-minimal (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-modernist (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-primer (0.5.3)
184+
jekyll (~> 3.5)
185+
jekyll-github-metadata (~> 2.9)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-theme-slate (0.1.1)
188+
jekyll (~> 3.5)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-tactile (0.1.1)
191+
jekyll (~> 3.5)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-time-machine (0.1.1)
194+
jekyll (~> 3.5)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-titles-from-headings (0.5.1)
197+
jekyll (~> 3.3)
198+
jekyll-watch (2.1.2)
199+
listen (~> 3.0)
200+
jemoji (0.10.2)
201+
gemoji (~> 3.0)
202+
html-pipeline (~> 2.2)
203+
jekyll (~> 3.0)
204+
kramdown (1.17.0)
205+
liquid (4.0.0)
206+
listen (3.1.5)
207+
rb-fsevent (~> 0.9, >= 0.9.4)
208+
rb-inotify (~> 0.9, >= 0.9.7)
209+
ruby_dep (~> 1.2)
210+
mercenary (0.3.6)
211+
mini_portile2 (2.4.0)
212+
minima (2.5.0)
213+
jekyll (~> 3.5)
214+
jekyll-feed (~> 0.9)
215+
jekyll-seo-tag (~> 2.1)
216+
minitest (5.11.3)
217+
multipart-post (2.0.0)
218+
nokogiri (1.10.1)
219+
mini_portile2 (~> 2.4.0)
220+
octokit (4.13.0)
221+
sawyer (~> 0.8.0, >= 0.5.3)
222+
parallel (1.14.0)
223+
pathutil (0.16.2)
224+
forwardable-extended (~> 2.6)
225+
public_suffix (3.0.3)
226+
rb-fsevent (0.10.3)
227+
rb-inotify (0.10.0)
228+
ffi (~> 1.0)
229+
rouge (2.2.1)
230+
ruby-enum (0.7.2)
231+
i18n
232+
ruby_dep (1.5.0)
233+
rubyzip (1.2.2)
234+
safe_yaml (1.0.4)
235+
sass (3.7.3)
236+
sass-listen (~> 4.0.0)
237+
sass-listen (4.0.0)
238+
rb-fsevent (~> 0.9, >= 0.9.4)
239+
rb-inotify (~> 0.9, >= 0.9.7)
240+
sawyer (0.8.1)
241+
addressable (>= 2.3.5, < 2.6)
242+
faraday (~> 0.8, < 1.0)
243+
terminal-table (1.8.0)
244+
unicode-display_width (~> 1.1, >= 1.1.1)
245+
thread_safe (0.3.6)
246+
typhoeus (1.3.1)
247+
ethon (>= 0.9.0)
248+
tzinfo (1.2.5)
249+
thread_safe (~> 0.1)
250+
unicode-display_width (1.4.1)
251+
yell (2.0.7)
252+
253+
PLATFORMS
254+
ruby
255+
256+
DEPENDENCIES
257+
github-pages
258+
html-proofer
259+
260+
BUNDLED WITH
261+
2.0.1

0 commit comments

Comments
 (0)