Skip to content

Merge pull request #23 from michaelherold/dependabot/bundler/yard-0.9.36 #6

Merge pull request #23 from michaelherold/dependabot/bundler/yard-0.9.36

Merge pull request #23 from michaelherold/dependabot/bundler/yard-0.9.36 #6

Workflow file for this run

name: CI
on:
push:
branches:
- master
- /^v\d+\.\d+(?:\.\d+)?(?:-\S*)?$/
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5.1
- run: |
bundle install --without development --with ci
- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v3.0.0
with:
coverageCommand: bundle exec rake
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}