Skip to content

Commit d2b95ee

Browse files
Merge branch 'main' into teammates-to-admins
2 parents e108da9 + 900525d commit d2b95ee

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.github/workflows/fern_check.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Fern Check
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
run:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
16+
- name: Install Fern
17+
run: npm install -g fern-api
18+
19+
- name: Check API is valid
20+
run: fern check

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "intercom",
3-
"version": "0.46.20"
3+
"version": "0.53.17"
44
}

fern/generators.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ groups:
2525
noSerdeLayer: true
2626
enableInlineTypes: true
2727
inlinePathParameters: true
28+
timeoutInSeconds: 20
2829
packageJson:
2930
license: Apache-2.0
3031
description: Official Node bindings to the Intercom API

0 commit comments

Comments
 (0)