Skip to content

AO3-6796 fix 500 error when trying to access user's works for invalid fandom_id #1190

AO3-6796 fix 500 error when trying to access user's works for invalid fandom_id

AO3-6796 fix 500 error when trying to access user's works for invalid fandom_id #1190

Workflow file for this run

# Based on https://github.com/tk0miya/action-erblint/blob/main/README.md#example-usage
name: Reviewdog
on: [pull_request]
permissions:
checks: write
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: linters
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Ruby and run bundle install
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: rubocop
uses: reviewdog/action-rubocop@7ef50b200dba9fb54c97392337ac7e82d692c4bd
with:
use_bundler: true
reporter: github-pr-check
skip_install: true
fail_on_error: true
erb-lint:
name: ERB Lint runner
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: linters
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Ruby and run bundle install
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: erb-lint
uses: tk0miya/action-erblint@b6e537f4616e4fa7a9eef209ca34ca944e1440dd
with:
use_bundler: true
reporter: github-pr-check
fail_on_error: true