Skip to content

Update game data with recipes and entity names from the latest patch #35

Update game data with recipes and entity names from the latest patch

Update game data with recipes and entity names from the latest patch #35

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
rubocop:
name: runner / rubocop
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
- name: rubocop
uses: reviewdog/action-rubocop@v1
with:
rubocop_version: gemfile
rubocop_extensions: rubocop-rails:gemfile rubocop-performance:gemfile
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Default is github-pr-check