Skip to content

Merge pull request #372 from lazytownfan/patch-1 #199

Merge pull request #372 from lazytownfan/patch-1

Merge pull request #372 from lazytownfan/patch-1 #199

Workflow file for this run

name: Run checks
on: [ push, pull_request ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake