Skip to content

chore(gem): drop Ruby 3.1 support #45

chore(gem): drop Ruby 3.1 support

chore(gem): drop Ruby 3.1 support #45

Workflow file for this run

name: RuboCop
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: RuboCop Linter Action
uses: andrewmcodes/rubocop-linter-action@v3.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}