Skip to content

feat(presentation_group_keys): Support presentation group keys feature #340

feat(presentation_group_keys): Support presentation group keys feature

feat(presentation_group_keys): Support presentation group keys feature #340

Workflow file for this run

name: Ruby lint
on:
push:
branches:
- "main"
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 4.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 4.0
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop