Skip to content

feat: Added cancel button to filter by name or puid #5733

feat: Added cancel button to filter by name or puid

feat: Added cancel button to filter by name or puid #5733

Workflow file for this run

name: Linting
on: [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
rubocop:
name: runner / rubocop
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: rubocop
uses: reviewdog/action-rubocop@v2
with:
rubocop_version: gemfile
rubocop_extensions: rubocop-rails:gemfile rubocop-graphql:gemfile
reporter: github-pr-check