Skip to content

Bump docker/build-push-action from 5 to 6 (#79) #80

Bump docker/build-push-action from 5 to 6 (#79)

Bump docker/build-push-action from 5 to 6 (#79) #80

Workflow file for this run

name: Rubocop
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run rubocop
run: bundle exec rubocop