We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e244c commit 9ff535dCopy full SHA for 9ff535d
3 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