Skip to content

Add authorization and response handlers (#5) #18

Add authorization and response handlers (#5)

Add authorization and response handlers (#5) #18

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
bundler-cache: true
- run: bundle exec rake