Skip to content

manylinux docker image is local, it doesn't come from aws-crt-builder #450

manylinux docker image is local, it doesn't come from aws-crt-builder

manylinux docker image is local, it doesn't come from aws-crt-builder #450

Workflow file for this run

name: Rubocop
on: [push]
jobs:
rubocop:
runs-on: ubuntu-22.04 # latest
steps:
- name: Checkout Sources
uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
- name: Bundle install
run: |
bundle install
- name: Rubocop
run: bundle exec rubocop -E -S