Skip to content

fixes: 💎 Ruby: Fix typos, imports and several other papercuts within SDK generation #19

fixes: 💎 Ruby: Fix typos, imports and several other papercuts within SDK generation

fixes: 💎 Ruby: Fix typos, imports and several other papercuts within SDK generation #19

Workflow file for this run

name: ir
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Fern
run: npm install -g fern-api
- name: Check IR Definitions
run: |
cd packages/ir-sdk
fern check
- name: Check IR Definitions
env:
FERN_TOKEN: dummy
run: |
cd packages/ir-sdk
yarn generate
- name: Ensure no changes to git-tracked files
run: git --no-pager diff --exit-code