Skip to content

fix: update copyright, license and attribution, fixes #46 #95

fix: update copyright, license and attribution, fixes #46

fix: update copyright, license and attribution, fixes #46 #95

Workflow file for this run

name: ruby
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run rake
run: |
bundle exec rake
- name: Run standardrb (use bundle exec standardrb --fix)
run: |
bundle exec standardrb