cartodb-4.42/.github/workflows/rubocop.yml
2024-04-06 05:25:13 +00:00

17 lines
474 B
YAML

# https://github.com/reviewdog/action-rubocop
name: Rubocop
on: [pull_request]
jobs:
rubocop:
name: check
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Rubocop linter
uses: reviewdog/action-rubocop@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Optional. Default: github-pr-check
level: error # Optional. Default: error