Skip to content

Update solargraph requirement from ~> 0.48.0 to ~> 0.49.0 #16

Update solargraph requirement from ~> 0.48.0 to ~> 0.49.0

Update solargraph requirement from ~> 0.48.0 to ~> 0.49.0 #16

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
- name: Run the default task
run: |
gem install bundler -v 2.2.3
bundle install
bundle exec rspec