Skip to content

Fix manual scaning with file path (#33) #93

Fix manual scaning with file path (#33)

Fix manual scaning with file path (#33) #93

Workflow file for this run

name: "[CI] Lint"
on:
push:
branches:
- develop
- main
- release/*
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Rubocop
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Run Rubocop
run: bundle exec rubocop -P