Skip to content

Staking: Add staking verbs #134

Staking: Add staking verbs

Staking: Add staking verbs #134

Workflow file for this run

name: Run Linters
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install dependencies
run: |
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
- name: Run linters
run: bundle exec rubocop