Skip to content

Point issue tracker to peekapi-dev/community #4

Point issue tracker to peekapi-dev/community

Point issue tracker to peekapi-dev/community #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- run: bundle exec rake test
- run: bundle exec rubocop --format simple