Skip to content

Group statistics based on registration year on home page #66

Group statistics based on registration year on home page

Group statistics based on registration year on home page #66

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
# Run `bundle install` and cache all installed gems automatically
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel