Skip to content

Setup a ServiceCall

Setup a ServiceCall #7

Workflow file for this run

name: CI
on:
push:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true