You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ jobs:
50
50
- name: Check JSR package for packaging/publishing errors
51
51
run: pnpm dlx jsr publish --dry-run --allow-dirty
52
52
53
-
- name: Check for uncommitted changes
53
+
- name: Check for uncommitted changes and upstream API changes from Neon
54
54
# NOTE: Do not run this step for Dependabot PRs, because `pnpm run generate` might generate newer bindings (in case Neon's OpenAPI spec has had updates)
55
55
# which in turn will flag a "found changed files after build" error, which turns CI red.
0 commit comments