Skip to content

return empty array for pages with no players #27

return empty array for pages with no players

return empty array for pages with no players #27

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Linter
run: bundle exec rubocop