We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c64a9c7 + 9ff535d commit 4fe10a7Copy full SHA for 4fe10a7
4 files changed
.github/workflows/code-lint-and-test.yml
@@ -16,6 +16,10 @@ jobs:
16
uses: oven-sh/setup-bun@v2
17
- name: Install dependencies
18
run: bun install
19
+ - name: List lock changes
20
+ uses: Simek/bun-lock-changes@main
21
+ with:
22
+ token: ${{ secrets.GITHUB_TOKEN }}
23
- name: TSC
24
run: bun tsc
25
- name: Lint
0 commit comments