Skip to content

Merge pull request #17 from gmcgibbon/fill_linux_gaps #177

Merge pull request #17 from gmcgibbon/fill_linux_gaps

Merge pull request #17 from gmcgibbon/fill_linux_gaps #177

Workflow file for this run

name: Bootstrap CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout
- uses: ruby/setup-ruby@v1
name: Setup Ruby
with:
ruby-version: 3.0
- name: 💅🏼 Lint
run: |
bundle install
bundle exec rubocop
working-directory: ./bootstrap
- name: 🧪 Test
run: |
bundle install
bundle exec rake test
working-directory: ./bootstrap