Skip to content

Fix syntax error, unexpected `end', expecting end-of-input #3

Fix syntax error, unexpected `end', expecting end-of-input

Fix syntax error, unexpected `end', expecting end-of-input #3

Workflow file for this run

name: rubocop
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rubocop --parallel