There was an error while loading. Please reload this page.
1 parent ae28437 commit a9ab3a8Copy full SHA for a9ab3a8
1 file changed
.github/workflows/build.yml
@@ -6,11 +6,13 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
9
+ - name: Install dependencies
10
+ run: bundle install
11
- name: Build
12
run: |
13
git config user.name github-actions
14
git config user.email github-actions@github.com
- ruby build.rb
15
+ bundle exec ruby build.rb
16
if ! git diff --exit-code
17
then
18
git add .
0 commit comments