Skip to content

Commit 4fe10a7

Browse files
authored
Merge branch 'main' into add-couch-kit
2 parents c64a9c7 + 9ff535d commit 4fe10a7

4 files changed

Lines changed: 44 additions & 33 deletions

File tree

.github/workflows/code-lint-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
uses: oven-sh/setup-bun@v2
1717
- name: Install dependencies
1818
run: bun install
19+
- name: List lock changes
20+
uses: Simek/bun-lock-changes@main
21+
with:
22+
token: ${{ secrets.GITHUB_TOKEN }}
1923
- name: TSC
2024
run: bun tsc
2125
- name: Lint

0 commit comments

Comments
 (0)