Skip to content

Commit 9ff535d

Browse files
authored
add lock changes comment, update dependencies (#2198)
1 parent 52e244c commit 9ff535d

3 files changed

Lines changed: 29 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)