Skip to content

Bump docker/login-action from 3 to 4 (#36) #538

Bump docker/login-action from 3 to 4 (#36)

Bump docker/login-action from 3 to 4 (#36) #538

Workflow file for this run

name: rubocop
on:
push:
pull_request:
schedule:
- cron: 45 4 * * 0
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: '4'
bundler-cache: true
- run: bundle exec rubocop