Skip to content

API: added a lookup within a namespace #6

API: added a lookup within a namespace

API: added a lookup within a namespace #6

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '!*' # none
paths:
- lib/*
- spec/*
- Gemfile*
- '*.gemspec'
- .github/workflows/main.yml
pull_request:
paths:
- '!*.md'
- '!*.txt'
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- head
- 3.3
- 3.2
- truffleruby
- truffleruby-head
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: paambaati/codeclimate-action@v8
env:
CC_TEST_REPORTER_ID: ce74ee3bee3aafbc805ece084e5e9a497bad09b089e2a7529e6087f926bc6f71
with:
coverageCommand: bundle exec rake