Skip to content

Filter by Geo spatial rectangle #58

Filter by Geo spatial rectangle

Filter by Geo spatial rectangle #58

Workflow file for this run

---
name: reviewdog
'on': [push]
jobs:
rubocop:
name: runner / rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- uses: reviewdog/action-rubocop@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rubocop_version: '0.80.1'
rubocop_extensions: ''
reporter: github-check
fail_on_error: true