Skip to content

Merge pull request #26 from github/simplify_graphql_paging #88

Merge pull request #26 from github/simplify_graphql_paging

Merge pull request #26 from github/simplify_graphql_paging #88

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
rubocop:
name: runner / rspec
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152.0
with:
bundler-cache: true
- name: rspec tests
run: script/test -d