File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "organization" : " intercom" ,
3- "version" : " 0.46.20 "
3+ "version" : " 0.53.17 "
44}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments