Skip to content

Commit

Permalink
Merge pull request #2 from asciidoctor/gha-ruby-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jul 23, 2020
2 parents a823fbd + ffa91b9 commit a593c4e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ruby.yml
@@ -0,0 +1,18 @@
name: Ruby

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.6'
- run: bundle install
- run: bundle exec rake

0 comments on commit a593c4e

Please sign in to comment.