Skip to content

Merge pull request #18 from epaew/dependabot/github_actions/actions/c… #82

Merge pull request #18 from epaew/dependabot/github_actions/actions/c…

Merge pull request #18 from epaew/dependabot/github_actions/actions/c… #82

Workflow file for this run

name: RuboCop
on:
pull_request: {}
push:
branches:
- master
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- run: bundle exec rubocop