Skip to content

Add OAuth 2.0 authentication with token refresh support #201

Add OAuth 2.0 authentication with token refresh support

Add OAuth 2.0 authentication with token refresh support #201

Workflow file for this run

name: type checker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- run: bundle exec rake steep