Skip to content

Commit

Permalink
add publint check.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Jan 2, 2025
1 parent f0793f6 commit 7cdb545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ jobs:
- name: Attw
run: pnpm check:dts

- name: Publint
run: pnpx publint

- name: TSC
run: pnpm check:types
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Replication-aware Kysely query execution",
"repository": {
"type": "git",
"url": "https://github.com/kysely-org/kysely-replication.git"
"url": "git+https://github.com/kysely-org/kysely-replication.git"
},
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 7cdb545

Please sign in to comment.