Skip to content

Update Dockerfile to the latest Ruby version #13

Update Dockerfile to the latest Ruby version

Update Dockerfile to the latest Ruby version #13

Workflow file for this run

name: StandardRB
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
standardrb:
name: StandardRB Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Ruby 3.3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.1
- name: Bundle
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run standardrb
run: bin/standardrb