Skip to content

Add gated community accessorials #100

Add gated community accessorials

Add gated community accessorials #100

Workflow file for this run

name: Checks
on: [push]
jobs:
syntax:
name: Syntax
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- run: |
gem install bundler
bundle install --jobs 4 --retry 3
- run: bundle exec rubocop