Skip to content

Merge pull request #837 from bcdice/refactor/Airgetlamh #2312

Merge pull request #837 from bcdice/refactor/Airgetlamh

Merge pull request #837 from bcdice/refactor/Airgetlamh #2312

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "4.0"
bundler-cache: true
- run: bundle exec rake rubocop