Skip to content

Commit 995d8e6

Browse files
louis-preclaude
andcommitted
Bump @seamapi/types to 1.803.0
Includes fixes for broken documentation URLs in API descriptions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ad2614f commit 995d8e6

4 files changed

Lines changed: 7 additions & 16 deletions

File tree

.github/workflows/check.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
uses: ./.github/actions/setup
2222
- name: Lint
2323
run: npm run lint
24-
validate-links:
25-
name: Validate links
26-
runs-on: ubuntu-latest
27-
timeout-minutes: 30
28-
steps:
29-
- name: Checkout
30-
uses: actions/checkout@v4
31-
- name: Setup
32-
uses: ./.github/actions/setup
33-
- name: Validate cross-site links
34-
run: npm run validate-links
3524
typecheck:
3625
name: Typecheck
3726
runs-on: ubuntu-latest

.github/workflows/generate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
retry_wait_seconds: 1
6060
timeout_minutes: 2
6161
command: npm run generate
62+
- name: Validate cross-site links
63+
run: npm run validate-links
6264
- name: Commit
6365
uses: stefanzweifel/git-auto-commit-action@v5
6466
with:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@prettier/plugin-ruby": "^4.0.4",
3434
"@seamapi/blueprint": "^0.53.2",
3535
"@seamapi/smith": "^0.5.2",
36-
"@seamapi/types": "1.776.0",
36+
"@seamapi/types": "1.803.0",
3737
"@types/command-exists": "^1.2.3",
3838
"change-case": "^5.4.4",
3939
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)